Open harrisonlo opened 5 years ago
Loadable-components
are not compatible with RHL, that's true, as long as they are not re-importing updated module.
Probably it's better to reevaluate this - the current version of React Universal Component
might be also not compatible with RHL.
As reported in https://github.com/smooth-code/loadable-components/issues/243
react-hot-loader
doesn't seem to be "compatible" withloadable-components
, there needs to be multiplehot()
where code-splitting is used.Is this known and intended? If so, please update the README and remove
loadable-components
as a "compatible" lib. Else, please fix this issue :) A reproducible demo is in the linked issue above.Thank you!