UNPKG

react-app-error-boundary

Version:

Allows to opt-out of react-error-overlay in your react-app

4 lines (3 loc) 296 B
export * from 'react-error-boundary'; export { setupReactAppOverlayErrorHandler } from './setupErrorHandler'; export { ErrorBoundary, setDefaultErrorBoundaryFallback, setDefaultErrorBoundaryOptions, ErrorBoundaryProps, CustomErrorBoundaryOptions, BaseErrorBoundaryProps } from './ErrorBoundary';