Error Boundary
Package: @tesserix/web
Import
import { ComponentErrorBoundary, WidgetErrorBoundary, ChartErrorBoundary } from '@tesserix/web'Source
- Component:
packages/web/src/components/error-boundary/error-boundary.tsx - Story:
packages/web/src/components/error-boundary/error-boundary.stories.tsx - Test:
packages/web/src/components/error-boundary/error-boundary.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { ComponentErrorBoundary } from '@tesserix/web'
export function DemoComponentErrorBoundary() {
return <ComponentErrorBoundary />
}