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
Currently, when a user does something invalid, for, e.g. set the Step value in the time querier less than or equal to 0, although we have conditions to ensure that such invalid actions are not executed, it will be better if we can inform the user about this by some toast notification or something similar
Approach -
We can have a separate store for handling errors and whenever we catch an error and want to display it we can dispatch an action setting the text that need to be displayed in the error thus rendering some toast notification for the user to see.
The text was updated successfully, but these errors were encountered:
Currently, when a user does something invalid, for, e.g. set the Step value in the time querier less than or equal to 0, although we have conditions to ensure that such invalid actions are not executed, it will be better if we can inform the user about this by some toast notification or something similar
Approach -
We can have a separate store for handling errors and whenever we catch an error and want to display it we can dispatch an action setting the text that need to be displayed in the error thus rendering some toast notification for the user to see.
The text was updated successfully, but these errors were encountered: