Skip to content

v0.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 16:03
· 13 commits to master since this release

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 get error or attempt recovery.