# ErrorBoundary

**Kind:** Function

**Source:** [`src/jsx/components.ts`](https://github.com/honojs/hono/blob/main/src/jsx/components.ts#L55)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
async function ErrorBoundary({ children, fallback, fallbackRender, onError })
```

## Parameters

| Name | Type |
|---|---|
| `{ children, fallback, fallbackRender, onError }` | `any` |
