We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get an error while I try to import ReactLoadableSSRAddon
const ReactLoadableSSRAddon = require('react-loadable-ssr-addon')
No errors.
Get the following error
ReactLoadableSSRAddon is not a constructor
To make it work, I need to import it like that:
const ReactLoadableSSRAddon = require('react-loadable-ssr-addon').default
The text was updated successfully, but these errors were encountered:
@tatchi thanks for reporting, we will release a fix for that today.
Sorry, something went wrong.
fixes #1 'ReactLoadableSSRAddon is not a constructor'
5adf372
767436f
@tatchi fix for this issue was release in the v0.1.1.
v0.1.1
@themgoncalves Yes I confirm it works 👍 Thanks :)
themgoncalves
No branches or pull requests
ReactLoadableSSRAddon is not a constructor
I get an error while I try to import ReactLoadableSSRAddon
const ReactLoadableSSRAddon = require('react-loadable-ssr-addon')
Expected Behavior
No errors.
Current Behavior
Get the following error
Possible Solution
To make it work, I need to import it like that:
const ReactLoadableSSRAddon = require('react-loadable-ssr-addon').default
The text was updated successfully, but these errors were encountered: