nebraska icon indicating copy to clipboard operation
nebraska copied to clipboard

Introduce Error Boundaries

Open ashu8912 opened this issue 3 years ago • 0 comments

Current situation

Right now if something in our app breaks in production the page goes blank and there are errors showing up in the consoles

Impact

A blank screen when the app breaks is not the right UX

Ideal future situation

We should show what errors lead to the app breaking in the view itself using something like an Error Boundary

**Implementation options

https://reactjs.org/docs/error-boundaries.html

ashu8912 avatar Jun 17 '21 07:06 ashu8912