-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
error in ./node_modules/@loadable/component/dist/loadable.esm.mjs #990
Comments
I have the same problem: ./node_modules/@loadable/component/dist/loadable.esm.mjs |
same problem webpack 4 |
This is related to #989, reason unknown
Please fallback to version 5.16.1 |
I encountered same issue, with Webpack 4. Falling back to 5.15.x of loadable packages resolved for me. NPM reported no 5.16.1 candiate for @loadable/component.
|
Correct, 5.15.3 was the previous version. |
5.16.3 has been released with the fix. |
👋 Can someone confirm that the issue is no longer present so I can close the problem? 🙏 |
@theKashey 5.16.3 resolved the issue for me! Thank you 🙏 |
🚀 |
🐛 Bug Report
Can't import the named export 'isValidElementType' from non EcmaScript module (only default export is available)
version
5.16.2
The text was updated successfully, but these errors were encountered: