Closed zhiyingzzhou closed 7 years ago
because React.PropTypes in react@16.0.0 has been removed from the core package. Facebook recommend use prop-types library instead React.PropTypes
I use "import {PropTypes} from 'react'" when upgrade react version to 16.0.0,.PropTypes will be undefined.
because React.PropTypes in react@16.0.0 has been removed from the core package. Facebook recommend use prop-types library instead React.PropTypes