1.0.1 • Published 6 years ago

react-minimal-error-boundary v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

react-minimal-error-boundary

CircleCI Codecov

npm version License

Minimal React error boundary component for React 16+

yarn add react-minimal-error-boundary

# or

npm install react-minimal-error-boundary

Usage

import ErrorBoundary from 'react-minimal-error-boundary';

<ErrorBoundary>
  <Root />
</ErrorBoundary>

Props

  • onError : PropTypes.func
  • onRerendered : PropTypes.func
  • FallbackComponent : PropTypes.oneOfType([PropTypes.element, PropTypes.func])
  • rerender : PropTypes.bool

license

MIT

© sugarshin