ErrorBoundary wrapper for the react-error-boundary library.
Catches JavaScript errors anywhere in the child component tree, logs those errors, and displays a fallback UI.
<ErrorBoundary context="Dashboard"> <DashboardPage /></ErrorBoundary> Copy
<ErrorBoundary context="Dashboard"> <DashboardPage /></ErrorBoundary>
docs/interfaces/react-coding-standards.md for standards and best practices
ErrorBoundary wrapper for the react-error-boundary library.
Catches JavaScript errors anywhere in the child component tree, logs those errors, and displays a fallback UI.