zhangcx
Results
1
issues of
zhangcx
Prop-Types are now a separately maintained library named prop-types Here is the explanation from react-docs: https://reactjs.org/docs/typechecking-with-proptypes.html You have to import them as: import React from 'react'; import PropTypes from 'prop-types'