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
{{ message }}
This repository was archived by the owner on Apr 9, 2020. It is now read-only.
I was using react-transform-hmr for hot loading in development and when I upgraded from React 15.0.0 to React 16.0.0, changes that were hot-loaded did not result in the modified components being updated to reflect those changes in the browser. The changes were applied, but you would need to trigger some component update to have them reflected in the DOM.
I know this module is deprecated, but it would be nice to extend support to React 16 (and hopefully beyond) if at all possible.