You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.htmlThe text was updated successfully, but these errors were encountered: