Kind: Function
Source: src/jsx/components.ts
Part of: Jsx
Signature
tsasync function ErrorBoundary({ children, fallback, fallbackRender, onError })
Parameters
| Name | Type |
|---|---|
{ children, fallback, fallbackRender, onError } | any |
Kind: Function
Source: src/jsx/components.ts
Part of: Jsx
tsasync function ErrorBoundary({ children, fallback, fallbackRender, onError })
| Name | Type |
|---|---|
{ children, fallback, fallbackRender, onError } | any |
Was this page helpful?