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
I'm tyring to find a way to have the hot reload/fast refresh only tigger on save, rather than on partial changes as I am typing to the file and have not saved...
Setup : VSCode + CreateReactApp
this might be even typescript or compiler triggering the compilation and thus fast_reload triggering a reload/exception, but Im not sure where else to look.
at the moment its activated on any change without even needing a file save, and thats a little annoying for some large components, as I'm making a change it breaks the interface. I thouhgt it's watching filesystem, but something else is triggering the compilation as I'm typing...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm tyring to find a way to have the hot reload/fast refresh only tigger on save, rather than on partial changes as I am typing to the file and have not saved...
Setup : VSCode + CreateReactApp
this might be even typescript or compiler triggering the compilation and thus fast_reload triggering a reload/exception, but Im not sure where else to look.
at the moment its activated on any change without even needing a file save, and thats a little annoying for some large components, as I'm making a change it breaks the interface. I thouhgt it's watching filesystem, but something else is triggering the compilation as I'm typing...
Beta Was this translation helpful? Give feedback.
All reactions