警告:不推荐通过主 React 包访问 PropTypes。改用 npm 中的 prop-types 包

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead

警告:不推荐通过主 React 包访问 PropTypes。请改用 npm 中的 prop-types 包。

> Warning: Accessing PropTypes via the main React package is deprecated.
> Use the prop-types package from npm instead.

我该怎么办?

请在此处查看 React 15.5 发行说明:https://github.com/facebook/react/releases/tag/v15.5.0

React.PropTypes 已移至专用包:prop-types

这里是迁移指南:https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

我个人使用官方 react-codemod 工具来迁移我的项目。它可以用一个命令更新您的项目。