Catch rendering errors from <SchemaComponent>, theme adapters, and
any descendant. Wraps Solid's built-in <ErrorBoundary> so the API
shape matches react/SchemaErrorBoundary.tsx.
Solid's ErrorBoundary accepts unknown errors. The wrapper
coerces non-Error throws into a generic Error with the original
value's stringified form so consumers always receive an Error
instance.
Catch rendering errors from
<SchemaComponent>, theme adapters, and any descendant. Wraps Solid's built-in<ErrorBoundary>so the API shape matchesreact/SchemaErrorBoundary.tsx.Solid's
ErrorBoundaryacceptsunknownerrors. The wrapper coerces non-Errorthrows into a genericErrorwith the original value's stringified form so consumers always receive anErrorinstance.