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 am using the module version 0.5.13. In case if app found an error (eg. accessing undefined.a ), it looses it state and performs full reload. Is this behaviour is default then how to tackle this one, just like CRA handle it.
The text was updated successfully, but these errors were encountered:
Hi, I cannot help unless there's a reproduction of what's happening. Depending on how your modules and code is structured it may or may not fallback to a full reload to ensure consistency.
If I change a counter to counter1 or anything else in the file, the changes are reflected in the web app, which is expected.
But if I uncomment the code undefined.a as given in the file for throwing some error, after that, I uncomment it. The page reloads, and the state of the counter is lost.
After fixing any error, the state should be mentioned.
I am using the module version 0.5.13. In case if app found an error (eg. accessing undefined.a ), it looses it state and performs full reload. Is this behaviour is default then how to tackle this one, just like CRA handle it.
The text was updated successfully, but these errors were encountered: