-
Notifications
You must be signed in to change notification settings - Fork 61
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
Module not found error #181
Comments
Hi, do you have the possibility to move to a bundler like vitejs.dev, Parcel or esbuild? CRA doesn’t seem to be actively maintained anymore (even though the React documentation still recommends it), and seems to have issues with ESM only modules. If not possible, could you please reproduce the issue on a repo? Thanks! |
Thanks for getting back to me :) I'll give these bundlers a try and if it doesn't work I'll try to reproduce it in another sample repo. |
I've switched to parcel and it works perfectly. Thank you |
Awesome \o/ |
Hi there,
I am having some issues importing use-nft. Here is the error I get:
I am using:
The app was created using React-Create-App.
Has anyone got the same error and found a solution? Thanks.
The text was updated successfully, but these errors were encountered: