-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Webpack 5 sur error and chunk files error (Public url) #660
Comments
Hey @joacub 👋, |
👉 #636 |
@joacub when on client side, is loadableReady getting called ?? |
That error in on server side render, loadableready never finish the call got stcuk becouse is getting the chunks from the server instead the client chunks... |
🐛 Bug Report
WEBPACK 5 SSR
Issues without a reproduction link are likely to stall.
Run
npx envinfo --system --binaries --npmPackages @loadable/component,@loadable/server,@loadable/webpack-plugin,@loadable/babel-plugin --markdown --clipboard
Paste the results here:
ERROR
loadable-components: failed to synchronously load component, which expected to be available {
fileName: './src/components/Admin/Header.js',
chunkName: 'admin-header',
error: "Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization"
}
MOUNT ERROR: ReferenceError: Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization
The text was updated successfully, but these errors were encountered: