You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2019. It is now read-only.
项目初始化运行总是报错如下,
Cannot read property 'number' of undefined
react 中的 PropTypes 用第三方 插件代替
import PropTypes from 'prop-types';
删除 nodemodules 文件后再初始化,依然报错 Cannot read property 'number' of undefined
请问这是什么原因