如何解决“ PropTypes”问题?

时间:2019-08-27 08:55:22

标签: reactjs

执行 Lynda-构建和部署全栈React应用程序教程,并陷入困境,出现以下错误:

TypeError: undefined is not an object (evaluating 'react__WEBPACK_IMPORTED_MODULE_0__["PropTypes"].func')

我这样安装了prop-types模块: npm install prop-types

使用以下命令解决了所有漏洞: npm audit fix

在基于以下页面的唯一使用props的文件中添加了一些代码:https://reactjs.org/docs/typechecking-with-proptypes.html

enter image description here

但是我仍然遇到相同的错误。你有什么想法吗?我是继电器的新手。

1 个答案:

答案 0 :(得分:0)

请将导入从“反应”更改为“道具类型”

import PropTypes from 'prop-types';