Closed saxicek closed 8 years ago
Currently react-widgets fail with react-lite, because react-widgets uses following invariant: https://github.com/jquense/uncontrollable/blob/master/src/createUncontrollable.js#L25 which requires component.prototype.isReactComponent on the component (https://github.com/jquense/uncontrollable/blob/master/src/utils.js#L100).
component.prototype.isReactComponent
Is it possible to add this attribute?
It's ok, and done with this commit, please try to use the lastest version(0.15.23) of react-lite and feedback if something wrong.
The issue is resolved, thank you!
Currently react-widgets fail with react-lite, because react-widgets uses following invariant: https://github.com/jquense/uncontrollable/blob/master/src/createUncontrollable.js#L25 which requires
component.prototype.isReactComponent
on the component (https://github.com/jquense/uncontrollable/blob/master/src/utils.js#L100).Is it possible to add this attribute?