React Hot Loader 3.0 might prevent views updates
See original GitHub issueViews are no more updated when we connect a container to an externally defined simple component. See this commit loicfrering/redux-devtools@d387bc9b6dd517e91f6d4c1008490cd4b55720a9 for reference.
When I start the app, actions are correctly dispatched (as we can see in the devtools) but the views are not updating anymore.
And when I remove react-hot-loader/patch from webpack.config.js, everything is working as expected.
Tested with react-hot-loader 3.0.0-alpha.13. I’ll try to investigate more over the weekend, thanks!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:15 (9 by maintainers)
Top Results From Across the Web
GitHub - gaearon/react-hot-loader
(that's the goal) React-Hot-Loader would not change the past, only update the present - no lifecycle event would be called on component update....
Read more >react hot loader not updating the changes - Stack Overflow
I am using react-hot-loader v3 but it is not working. It listens for the update on the server but do not show the...
Read more >react-hot-loader/README.md - UNPKG
156, * (that's the goal) React-Hot-Loader would not change the past, only update the present - no lifecycle event would be called on...
Read more >React-Hot-Loader 4.6 - DEV Community
React -Hot-Loader was always about hacking into React, and hiding real updates from it by "presenting" proxy components to it, instead of the ......
Read more >Fast Refresh | Gatsby
It replaces unofficial solutions like react-hot-loader… ... file that only exports React component(s), Fast Refresh will update the code only for that file, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed in
v3.0.0-beta.1.Thanks @gaearon for your fantastic work!