1.0.5 • Published 9 months ago
react-simple-error-boundary v1.0.5
React Simple Error Boundary
This is simple ErrorBoundary component
Usage
import { ErrorBoundary } from "react-simple-error-boundary";
<ErrorBoundary errorComponent={YourErrorComponentHandler}>
<PageOrComponent/>
</ErrorBoundary>