# ErrorFallback

The component displayed when an error occurs during rendering.

Based on the [react-error-boundary](https://github.com/bvaughn/react-error-boundary) library.

## Basic

<code src="./demos/basic.tsx"></code>

## Modal

<code src="./demos/modal.tsx"></code>
