Open littlee opened 4 years ago
I've having similar issues with CRA v4.0.0 and Firebase. I'm actually not sure if Firebase has anything to do with it, but I'm having to manually refresh a lot and sometimes parts of a component will update and others won't.
Same when using graphql
from babel-plugin-relay/macro
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.
Describe the bug
I'm using
autobg.macro
in my project, which works fine inreact-scripts@3
, but when using it with v4, the fast refresh feature does not work. I have to reload my page every time to get the update.src/App.js
autobg.macro
doc link: https://github.com/littlee/autobg.macroDid you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
did not find anything helpful
Environment
Steps to reproduce
src/App.js
toedit
src/App.js
, add some<h1 />
or anythingswitch to the browser, wait for the update
Expected behavior
the browser should update the page without a full reload
Actual behavior
the browser does not update the page until a manually full reload