v0.5.7
0.5.7 - 2024-03-31
Added
- add
<ErrorBoundary/>
component to catch unexpected errors. - add
useErrorBoundary
hook that can be used within the fallback of an<ErrorBoundary/>
component to geterror
or attemptrecovery
.
<ErrorBoundary/>
component to catch unexpected errors.useErrorBoundary
hook that can be used within the fallback of an <ErrorBoundary/>
component to get error
or attempt recovery
.