You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found commit which breaks Fast Refresh (996ed98). It's the integration from core for changes up to 8/25 which was used as the base of 0.66-stable.
When updates made to JS, metro is unresponsive and does not log that updates to the file have been made. Upon reload all changes correctly appear. @acoates-ms@NickGerleman In looking at the changes pulled in from FB in this commit do any stand out as possible sources to the problem that I could dive into?
Something might be broken on my personal inner dev loop, but filing issue so someone can hopefully test and confirm if issue is real.
Environment
Run the following in your terminal and copy the results here.
npx react-native --version
: 6.0.0npx react-native info
:Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
Should see changes to JS appear in app upon save.
The text was updated successfully, but these errors were encountered: