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
The application crashes when form submission encounters errors, even though error handling is implemented. This occurs despite having proper try-catch blocks and TanStack Query error handling.
Expected Behavior
Form submission errors should display toast notifications
App should remain stable and functional
Users should be able to retry form submission
Current Behavior
Toast error messages appear
But the app crashes/breaks after the error
Console shows error propagation down to onSubmit function, despite catch blocks
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The application crashes when form submission encounters errors, even though error handling is implemented. This occurs despite having proper try-catch blocks and TanStack Query error handling.
Expected Behavior
Current Behavior
i am using v5.90.6
Beta Was this translation helpful? Give feedback.
All reactions