作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
删除并重新安装我的 node_modules 文件夹后,我在 LayoutPropTypes.js 文件中遇到了一个我不明白的问题。
在node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js
以下变量未定义: var ReactPropTypes = require('React').PropTypes;
react native :0.45.1 react :16.0.0-alpha.12
最佳答案
React.PropTypes is now deprecated:
Note: React.PropTypes is deprecated as of React v15.5. Please use the prop-types library instead.
您需要添加 prop-types现在单独包装。该错误很可能刚刚开始出现,因为您删除了 node_modules
文件夹,然后重新安装了升级 react
版本的所有内容。
关于javascript - 无法读取未定义的属性 'string' | React.PropTypes | React.PropTypes | LayoutPropTypes.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44573199/
删除并重新安装我的 node_modules 文件夹后,我在 LayoutPropTypes.js 文件中遇到了一个我不明白的问题。 在node_modules/react-native/Librar
我是一名优秀的程序员,十分优秀!