> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/react.IspoErrorBoundaryProps.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface IspoErrorBoundaryProps

```typescript
interface IspoErrorBoundaryProps {
    children: ReactNode;
    fallback?: ReactNode;
}
```

Types: [children](#children), [fallback](#fallback)

##### Index

### <a id="properties"></a>Properties

[children](#children) [fallback?](#fallback)

## <a id="properties-1"></a>Properties

### <a id="children"></a>children

```typescript
children: ReactNode
```

### <a id="fallback"></a>`Optional`fallback

```typescript
fallback?: ReactNode
```

Optional UI shown after an error. Defaults to re-rendering children unchanged — the host overlay is the primary user-facing surface, so the SDK doesn't try to render its own fallback chrome.
