-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@metamask/abi-utils/dist/parsers/bool.js #1854
Comments
I encountered a similar bug related to MetaMask RPC errors. I found that there is a dependency issue: everything works fine with @metamask/[email protected], but updating the dependency causes some packages to start using 6.3.1, which then throws the above error. |
Please use vite for now or eject create react app to use latest babel/env plugins |
Hi Team, is there any update on this? Migrating to vite is not a small task for us, and ejecting does not work. Starting to look into alternative authentication solutions here because we cannot deploy since 1 week now. |
Fixed in the latest release: 8.11.0 |
@chaitanyapotti After run yarn build it's giving same error. Not yet fixed!. Tried multiple times, by even removing node_modules, yarn.lock and build etc folders. But same above error. |
Hey.. pls check the version of "@metamask/rpc-errors" in your lock file. If it's above 6.2.1, Please pin it to 6.2.1 |
The migration would be an easy 7-step process that we also did for our demo apps. Alternatively, some tools let you do the same. |
Hey @shahbaz17 , we are facing the same issue when using web3auth.
|
Please upgrade to v9. it's fixed there |
After following the steps in the document to install the webAuth/modal library, the following error occurred. I am using React
The text was updated successfully, but these errors were encountered: