-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
I'm having an issue getting react refresh working on a project with module fedration. The ws connection is working, also in the console it seems its working, but the modifications are not applied to the component.
[webpack-dev-server] App updated. Recompiling...
index.js:3210 [webpack-dev-server] App hot update...
log.js:24 [HMR] Checking for updates on the server...
log.js:24 [HMR] Updated modules:
log.js:24 [HMR] - ./src/Button.js
log.js:24 [HMR] App is up to date.
I have created an basic example: https://github.com/kabel2/module-federation-examples/tree/feature/example-react-refresh/basic-host-remote
Changing the innertext of the button in the "Button.js" component in "app2" does not apply the changes live, only after reload.
With the old react-hot-loader it seems to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels