members
members copied to clipboard
More gracefully handle errors in child components
The current system for handling errors is to catch them and alert the user with alert()
. We could make this look nicer and more declarative using React 16's new error boundary feature. https://reactjs.org/docs/error-boundaries.html