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 has been archived by the owner on Feb 27, 2019. It is now read-only.
I'm encountering a problem when I use it with typescript, the HMR works but still print warning in the console :
The following modules couldn't be hot updated: (Full reload needed) This is usually because the modules which have changed (and their parents) do not know how to hot reload themselves. See http://webpack.github.io/docs/hot-module-replacement-with-webpack.html for more details.
I can't find how to fix it, does someone got an idea ?
The text was updated successfully, but these errors were encountered:
To be honest, I never really tried HMR with TS. If it doesn't work as for Babel, it could be tricky. After a bit of search on Google, have you tried to update react-hot-loader to the 3.0 beta perhaps?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm encountering a problem when I use it with typescript, the HMR works but still print warning in the console :
The following modules couldn't be hot updated: (Full reload needed) This is usually because the modules which have changed (and their parents) do not know how to hot reload themselves. See http://webpack.github.io/docs/hot-module-replacement-with-webpack.html for more details.
I can't find how to fix it, does someone got an idea ?
The text was updated successfully, but these errors were encountered: