question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React Hot Loader 3.0 might prevent views updates

See original GitHub issue

Views 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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
gaearoncommented, May 2, 2016

Fixed in v3.0.0-beta.1.

1reaction
loicfreringcommented, May 2, 2016

Thanks @gaearon for your fantastic work!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found