juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

Identify and implement Error Boundaries in a top level component #3865

Closed barrymcgee closed 5 years ago

barrymcgee commented 6 years ago

React Error Boundaries allow components to fail gracefully without bringing down other components around it. We should be utilising them to increase the resilience of our product.

Action: Identify a top-level component and implement Error Boundaries.

hatched commented 5 years ago

Fixed in #3880