-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
ReactLoadableSSRAddon is not a constructor
Possible Solution
To make it work, I need to import it like that:
const ReactLoadableSSRAddon = require('react-loadable-ssr-addon').default
themgoncalves
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working