You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are the files that you want to be live-reloaded using module.hot or defining React components? If not, then the "Updated modules" log line is misleading and being caused by this bug: #14. You'll need to define your modules to be reloadable by using module.hot or by defining React components (which react-transform-hmr sees and wraps with module.hot usage).
Hi.
I'm trying to set up this project with HMR but I can't seem to get file updates actually injected/changing the browser.
https://gist.github.com/Industrial/36c747860fad05259a2b
The text was updated successfully, but these errors were encountered: