-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Bug]: Module Parse Failed (Nextjs + Reown Appkit) #1150
Comments
facing the same issue after upgrading to |
I don't use metamask-sdk directly, but I do use wagmi and its @wagmi/connectors use this dependency, downgrading wagmi from 2.13.2 to 2.13.0 solved my problem |
same for me. Next.js + Reown AppKit, and regular create-react-app with Reown Appkit. Both uses wagmi adapter |
same for me. nextjs + rainbowkit |
same |
same on personal project and when using |
hey, are you still facing this problem? |
@Gyufei Thank you mate , it works , i have been spending whole 2 days trying to wrap my head around the issue , Thanks a lot |
This has been fixed in #1151 and should be now published in 0.31.1 |
Same here |
This is fixed now. wagmi also has updated to include this fix. |
jeez finally nice |
amazing! All works for me now 🙏 |
Wagmi has published a release to include the fixed MetaMask SDK package |
SDK
Web
Provide environment information
MetaMask SDK Version
0.31.0
MetaMask Mobile app Version
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Here is the full build log file:
build_logs.txt
Getting unknown errors in the terminal
Expected Behavior
Successfully compiles and run the application.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
https://github.com/StabilityNexus/FairFund/tree/reown-update/app/web-app
To Reproduce
cd app/web-app
docker compose up
npm i
npm run dev
The text was updated successfully, but these errors were encountered: