We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: MacOS Browser: Chroma (latest)
Expected: on index.js change page should full reload
Actual result: on index.js change there is no reload, and changes are not visible in browser without manual refresh
Simulate it:
$ npx create-react-app my-app $ cd my-app $ npm start
index.js
When editing App.js - changes are fast reloaded. (At least most of the time ...)
Note: example of this is in new app, but it doesn't work in larger projects either in most files.
Known workaround in our up now is just one solution we know: disabling fast reload.
The text was updated successfully, but these errors were encountered:
This is a known issue in CRA.
See facebook/create-react-app#11105
Sorry, something went wrong.
@pmmmwh oh thanks, it does work with your patch
No branches or pull requests
OS: MacOS
Browser: Chroma (latest)
Expected:
on index.js change page should full reload
Actual result:
on index.js change there is no reload, and changes are not visible in browser without manual refresh
Simulate it:
index.js
- make any change: add some console log or DIV ...When editing App.js - changes are fast reloaded. (At least most of the time ...)
Note:
example of this is in new app, but it doesn't work in larger projects either in most files.
Known workaround in our up now is just one solution we know: disabling fast reload.
The text was updated successfully, but these errors were encountered: