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 a user, I'd like to see an error page when something breaks on the site instead of a blank page.
React supports error boundaries which can catch errors produced on a react page and allow us to display a useful message rather than a blank page with a stack trace in the browser console.
Acceptance Criteria:
Implement a react error boundary with a simple error message
The text was updated successfully, but these errors were encountered:
As a user, I'd like to see an error page when something breaks on the site instead of a blank page.
React supports error boundaries which can catch errors produced on a react page and allow us to display a useful message rather than a blank page with a stack trace in the browser console.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: