-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes can't reload in a react-router app #622
Comments
Create React App does not support hot module replacement for anything other than CSS. Did you copy and paste some code with |
Yes, I found it. My project clone from I removed that block, seems solved this problem. Thanks! |
This project has no relation to that starter kit. |
Already used My project cloned from Now it works fine, and project is very clean, love this. Just waiting for Hot Module Reload, then it's perfect. Thanks again for your great work. |
BTW: Had another little problem, I used
Content of index.html:
It must be loaded quickly, shouldn't |
Can you please create a new issue about this with an example (preferably on GH) reproducing the problem? Thanks. |
Smoothly migrated to create-react-app, but it has a problem. sometimes it raises a warning and can't reload.
It works fine with
express.js
,webpack-hot-middleware
andwebpack-dev-middleware
.The text was updated successfully, but these errors were encountered: