-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does reload with HotModuleReplacementPlugin #8
Comments
This package does not change anything in HMR. The problem is somewhere else. |
So why I have this problem only when I use this module? ✌🏻 |
Sorry - have to the idea. In my cases, it does work well. I am not sure why it not the same for you. |
I have the exact same issue. Did you find any way to resolve this? |
Any example to play with? |
Hi, here get the same issue, seem like something wrong about
components appear nothing changed after I edit component file, but still browser console logs show
|
https://stackoverflow.com/questions/57335292/hot-module-reloader-app-is-up-to-date-bundle-rebuilt-nothing-hot-updated |
Found that when I use |
That's interesting. Linking to gaearon/react-hot-loader#1425 |
Seem something different. And after disabling trackTailUpdates, dynamic imports' Components can rerender, but it rerender without changes. The example is that I change a string |
If you will edit component again to |
Tried it, no matter I edit component to |
😞 |
@zstiu |
Yes, when you use code split in some module, u will need this.
|
@zstiu But the chunk that auto split by webpack how to wrapper with hot???? Is there are some babel plugin do this? |
After adding the configurations from the README.md, with Webpack hot module replacement does not work anymore. I have to refresh the page myself to reload the components.
The text was updated successfully, but these errors were encountered: