

# ErrorFallback

当组件渲染出错时，显示的组件。

其基于 [react-error-boundary](https://github.com/bvaughn/react-error-boundary) 库。

## Basic

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

## Modal

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