Skip to content

Releases: bvaughn/react-error-boundary

v2.0.2

30 Apr 23:57
b032513
Compare
Choose a tag to compare

2.0.2 (2020-04-30)

Bug Fixes

  • fix TS typings as they are now exported as named exports (#47) (b032513)

v2.0.1

30 Apr 20:34
Compare
Choose a tag to compare

2.0.1 (2020-04-30)

Bug Fixes

  • ensure the fallback props are the correct type (bdcb1f9)

v2.0.0

30 Apr 20:19
Compare
Choose a tag to compare

2.0.0 (2020-04-30)

Features

BREAKING CHANGES

  • No longer support default FallbackComponent.
  • Codebase is no longer written in Flow so flowtypes are no longer available (currently).