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
By default, if your application throws an error during rendering, React will remove its UI from the screen. To prevent this, you can wrap a part of your UI into an error boundary.
Seems like this prevents white screen of death!
The text was updated successfully, but these errors were encountered:
Overview
I think I was working on #966 when I noticed this in the console:
Consider adding an error boundary to your tree to customize error handling behavior.
It had this link: https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary
Seems like this prevents white screen of death!
The text was updated successfully, but these errors were encountered: