TLErrorBoundaryProps
See source codeTable of contents
interface TLErrorBoundaryProps {}
Properties
children
children: React.ReactNode
fallback
fallback: TLErrorFallbackComponent
onError
optional
onError?: ((error: unknown) => void) | null
Prev
TLEditorSnapshotNext
TLEventHandlers