Errors
Error components and boundaries can be used to display generic error messaging. They can instruct users to perform certain actions or provide information about the error.
DisconnectedErrorMessage
Result
Loading...
Live Editor
Props
DisconnectedErrorBoundary
The DisconnectedErrorBoundary component is a generic error boundary that can be used to catch errors in a component tree. It will display the same error messaging as DisconnectedErrorMessage when an error is caught.
Result
Loading...
Live Editor