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
Move error snackbar message state into a Jotai atom. It's currently React state, created using useState, so it's hard to share between components in different parts of the app.
Catch the errors in each Control type's event handler, and update the shared state.
The text was updated successfully, but these errors were encountered:
Subtasks
useState
, so it's hard to share between components in different parts of the app.The text was updated successfully, but these errors were encountered: