This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
v2.0.1
- Fixes many false positives. Now only wraps components that both have a
render
method and either subclass one ofoptions.superClasses
(by defaultComponent
orReact.Component
) or are created with one of theoptions.factoryMethods
(by defaultReact.createClass
). (#86, #84, gaearon/react-transform-catch-errors#25, #81, #78)