-
Notifications
You must be signed in to change notification settings - Fork 801
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
[v4] Second reload doesn't work #819
Comments
This is not related to React-hot-loader, only to webpacks HRM. If you will google "Ignored an update to unaccepted module " - you will found that a lot of people face it before, including the same case with react-hot-loader. Just double check you consume NewRoot, and how application works. Next you could try to run RHL v4 as v3 - they are using absolutely different approaches to "accept" the change. |
Should be bound to #820 |
Yep, the same - redux causes stand-in to throw a warning, but logger is broken. As result - full page refresh. |
Fixed in 4.0.0-beta.18. |
it works, thanks! :) |
Description
I am having troubles with migration to webpack 3 and react-hot-loader v4.
The first reload works fine, but the second one fails with
Ignored an update to unaccepted module ./app/components/NewRoot.jsx -> ./app/Bridge.jsx
app.jsx
bridge.jsx
NewRoot.jsx
.babelrc
Environment
Any ideas what am I doing wrong?
The text was updated successfully, but these errors were encountered: