Closed romulof closed 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.
React.CreateElement
prop-types
I have the same issue. Seem like CreateElement and PropTypes have dependencies with react-ab. Anyone have an idea how to fix?
Fixed in version 0.5.0 by using prop-types and create-react-class.
0.5.0
create-react-class
React.CreateElement
is deprecated in React 15.5 and will be removed in 16, also PropTypes has migrated to a separate packageprop-types
.