Since react 15.5, PropTypes is included in a separate package, ‘prop-types’.
So this line will help
import PropTypes from 'prop-types'
You can read more here
Since react 15.5, PropTypes is included in a separate package, ‘prop-types’.
So this line will help
import PropTypes from 'prop-types'
You can read more here