overture-stack / arranger

Data portal API and component generation
https://www.overture.bio/documentation/arranger/
GNU Affero General Public License v3.0
28 stars 24 forks source link

Add Error Boundaries per component group #767

Open justincorrigible opened 2 years ago

justincorrigible commented 2 years ago

Rather than allowing a whole app to crash if a part of if malfunctions (as it's common e.g. whenever the configs are incorrect), React offers a functionality to prevent a total collapse, and instead display adequate error messages.

This ticket explores implementation for that feature in Arranger Components.

justincorrigible commented 2 years ago

for reference: