This repository was archived by the owner on Dec 4, 2018. It is now read-only.
v1.1.0
dist directory was not contained in the package. Please use v1.1.1 instead.
Added
FallbackComponentprop added to<ErrorBoundary />. This can be used to render a component after an error has been caught by the error boundary component. (#14)beforeSendprop added to<ErrorBoundary />. This can be used to add data to, modify or prevent the sending of an error report. (#15)
Changed
- The test runner was switched to Jest