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:
- create new app
$ npx create-react-app my-app
$ cd my-app
$ npm start
- edit
index.js - make any change: add some console log or DIV ...
- in terminal, you can see that app did compile
- changes should be visible in browser - in this case - full page reload should occur -- but nothing happens
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.