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 Sep 27, 2023. It is now read-only.
Hi @alloy, thanks for the project.
I've tried it with my project and I get the following error when I use webpack-dev-server with react hot loader:
This error happen on page refresh, on HMR the page renders without such problems.
I would appreciate any ideas how that can be mitigated.
The text was updated successfully, but these errors were encountered:
@alloy it seems like react hot module not always compile generated directory, I found a similar issue gaearon/react-hot-loader#1032. I assume we can't do match with that until we have types in generated files, maybe we should mention that issue in readme though.
That’s unfortunate. From the linked issue I’m not entirely sure I understand what is actually causing it, though. In case you feel like you have a good grasp, mind sending a PR for the README that outlines the issue?
Hi @alloy, thanks for the project.
I've tried it with my project and I get the following error when I use webpack-dev-server with react hot loader:
This error happen on page refresh, on HMR the page renders without such problems.
I would appreciate any ideas how that can be mitigated.
The text was updated successfully, but these errors were encountered: