-
Notifications
You must be signed in to change notification settings - Fork 240
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
Next.js - SyntaxError: Invalid or unexpected token #212
Comments
I'm running into this same issue with the latest version, and was able to resolve the issue by using the older version you suggested (0.13.4) by running |
It has something to do with the Png file /use-wallet/dist/cjs/Cipher.png:1 |
I'm having the same issue as discussed here |
+1 |
mathewmeconry introduced assets of wallet connectors. |
@iquirino i forked the latest version, removed the images and fixed the metamask issue with the missing argument. |
Have you opened a new PR to @bpierre evaluate it to the official package? |
New PR to solve this issue: #229 |
Hi,
I have an issue with Next.js + useWallet setup. The error is next:
My
package.json
file:As I managed to find out that the problem is in the pictures. I have downgraded to several previous versions. You can see the difference in the following links:
As I see from your commits, it was in these versions that pictures were added to the repository. I think this could be the reason.
Please, can you recommend something that I can do with it? Do I need the additional setup for Next.js to resolve it?
The text was updated successfully, but these errors were encountered: