tools
tools copied to clipboard
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/@0x/utils/node_modules/ethers/dist/ethers.min.js Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
Started to see this on our Next.js project when moving from the umbrella package to the individual packages.
same here
this could be fixed by updating ethers
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
i'm still interested in fixing this
same here
I'm getting this same error.
This error still exist, How can we resolve it?
I think just need to do yarn add ethers@latest in the base-contract directory...
Any news for that?