You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught SyntaxError: The requested module '/node_modules/react-fast-compare/index.js?v=4009a837' does not provide an export named 'default' (at usePopper.js?v=4009a837:4:8)
The text was updated successfully, but these errors were encountered:
Can you provide a minimal reproduction? Offhand it looks like your build tool is assuming that there is a default export in ESM (or module.exports.default in CJS) whereas this library just has a normal CJS module.exports export, which is still extremely widespread for libraries. Most likely you need a build tool adjustment (or maybe an upstream library is somehow importing incorrectly.
Uncaught SyntaxError: The requested module '/node_modules/react-fast-compare/index.js?v=4009a837' does not provide an export named 'default' (at usePopper.js?v=4009a837:4:8)
The text was updated successfully, but these errors were encountered: