olahol / react-ab

Simple declarative and universal A/B testing component for React.
432 stars 24 forks source link

React.CreateElement and React.PropTypes are deprecated #12

Closed romulof closed 7 years ago

romulof commented 7 years ago

React.CreateElement is deprecated in React 15.5 and will be removed in 16, also PropTypes has migrated to a separate package prop-types.

panuinth commented 7 years ago

I have the same issue. Seem like CreateElement and PropTypes have dependencies with react-ab. Anyone have an idea how to fix?

olahol commented 7 years ago

Fixed in version 0.5.0 by using prop-types and create-react-class.