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 don't think the app should crash on any input, reloading the MG each time is a waste of time.
As we don't change the MG content, and we don't carry any state from one input to another, it would be better just to try/catch any event, and not let the application crash just because of invalid input.
The text was updated successfully, but these errors were encountered:
I don't think the app should crash on any input, reloading the MG each time is a waste of time.
As we don't change the MG content, and we don't carry any state from one input to another, it would be better just to try/catch any event, and not let the application crash just because of invalid input.
The text was updated successfully, but these errors were encountered: