Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@gaearon gaearon released this 04 Mar 18:42
· 20 commits to master since this release
  • Fixes many false positives. Now only wraps components that both have a render method and either subclass one of options.superClasses (by default Component or React.Component) or are created with one of the options.factoryMethods (by default React.createClass). (#86, #84, gaearon/react-transform-catch-errors#25, #81, #78)