Interface: PlayErrorBoundaryProps
Documentation / @xmachines/play-react / PlayErrorBoundaryProps
Defined in: packages/play-react/src/PlayErrorBoundary.tsx:14
Props for PlayErrorBoundary
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
children | ReactNode | Child components to render | packages/play-react/src/PlayErrorBoundary.tsx:18 |
fallback? | ReactNode | Fallback UI to render when a child component throws. Defaults to null. | packages/play-react/src/PlayErrorBoundary.tsx:16 |
onError? | (error, info) => void | Optional error handler callback — forwards errors to observability tools (Sentry, etc.) | packages/play-react/src/PlayErrorBoundary.tsx:20 |