会报出来:Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
这个警告。
按照这个提示,下面这么用,好像提示就没了:
npm install prop-types
import PropTypes from 'prop-types'
BodyIndex.propTypes = {
userid: PropTypes.number
}
轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目
了解课程