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
As of now, if an uncatched error happens into the app, we see a pretty non-expressive white page. We need an outer error boundary to display at least an error message to end-users.
As of now, if an uncatched error happens into the app, we see a pretty non-expressive white page. We need an outer error boundary to display at least an error message to end-users.
https://reactjs.org/docs/error-boundaries.html
The text was updated successfully, but these errors were encountered: