英文:
WARNING in ./node_modules/@walletconnect/safe-json/dist/esm/index.js
问题
I was using Wagmi Wallet Connect and encountered a problem. The application did not respond when I tried to execute a project, and I would like to resolve the warning issue that appears.
Is there anyone who can help me solve this problem?
The issue I experienced was not related to wagmi or ethers.js. I have already attempted to resolve the problem by trying different solutions, including changing the version of react-scripts.
英文:
I was using Wagmi Wallet Connect and encountered a problem. The application did not respond when I tried to execute a project, and I would like to resolve the warning issue that appears.
Is there anyone who can help me solve this problem?
The issue I experienced was not related to wagmi or ethers.js. I have already attempted to resolve the problem by trying different solutions, including changing the version of react-scripts.
答案1
得分: 0
请在您的项目根文件夹中创建一个名为 .env
的文件。
.env
文件的内容如下:
GENERATE_SOURCEMAP=false
请尝试并告诉我结果。
英文:
My Answer:
Please make .env
file in your project root folder.
The content of .env
file is same as below.
GENERATE_SOURCEMAP=false
Please try and let me know the result.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论