react-simple-error-boundary
v1.0.5
Published
Really simple React Error boundary component
Downloads
84
Readme
React Simple Error Boundary
This is simple ErrorBoundary component
Usage
import { ErrorBoundary } from "react-simple-error-boundary";
<ErrorBoundary errorComponent={YourErrorComponentHandler}>
<PageOrComponent/>
</ErrorBoundary>