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 have a question about error-handling: why not use error-element instead of using react error boundary? When do they catch errors? Maybe it needs to be explained in the docs.
The text was updated successfully, but these errors were encountered:
Hey @mancuoj , I think it depends on where you are adding the error boundary. If it's a route level boundary, than it should be defined via react router, otherwise, if you want to handle errors on a more granular level on the page, you need to use regular error boundaries.
I have a question about error-handling: why not use error-element instead of using react error boundary? When do they catch errors? Maybe it needs to be explained in the docs.
The text was updated successfully, but these errors were encountered: