-
-
Notifications
You must be signed in to change notification settings - Fork 27k
React script version 4.0.0 does not reloads the browser when new changes are made #10122
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
Comments
Related #9984 |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
hey guys, any news for this? thanks! |
Also still not working |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Any update on this? |
Good morning, any update on this issue? If it is fixed, it should be closed. Thanks. |
Describe the bug
I have been trying to create a new react app using
npx
and when I make changes to that new react app, the changes do not automatically get reflected in the browser. As far as I have seen, it works when use another version of react script like3.4.4
but when I use the latest4.0.0
it does not work. I have tried with both npm and yarn.Did you try recovering your dependencies?
Yes, I did but the issue did not get resolved.
Which terms did you search for in the User Guide?
I made a search for
react app did not reload after making changes in the codes.
Environment
Steps to reproduce
(Write your steps here:)
1.npx create-react-app jsx
2. delete all the files in
src/
directory and recreate a newindex.js
file in the same directory3. write these codes and start the app.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: