UNPKG

rinshad-react-guard

Version:

A robust React error boundary solution developed by [rinshad.com](https://rinshad.com) to elegantly handle runtime errors in React applications. Instead of showing the dreaded white screen of death, this library captures errors and displays a user-friendl

5 lines (4 loc) 168 B
import ErrorBoundary from './components/ErrorBoundary'; import Error500 from './components/Error500'; export { ErrorBoundary, Error500 }; export default ErrorBoundary;