members icon indicating copy to clipboard operation
members copied to clipboard

More gracefully handle errors in child components

Open dchao19 opened this issue 6 years ago • 0 comments

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

dchao19 avatar Jul 17 '18 02:07 dchao19