类型'ReactType'不是通用的(material-ui @ next)

Ger*_*bas 5 javascript forms node.js reactjs material-ui

我安装材料ui @ next,我在节点模块中有这个错误.

ERROR in [at-loader] ./node_modules/material-ui/Avatar/Avatar.d.ts:8:15 11:31:52 web.1 | TS2315: Type 'ReactType' is not generic. 11:31:52 web.1 | ERROR in [at-loader] ./node_modules/material-ui/Button/Button.d.ts:7:15 11:31:52 web.1 | TS2315: Type 'ReactType' is not generic. 11:31:52 web.1 | ERROR in [at-loader] ./node_modules/material-ui/ButtonBase/ButtonBase.d.ts:10:15 11:31:52 web.1 | webpack: Failed to compile.

col*_*ier 3

做一个npm update @types/react. 在最新版本中,ReactType 是通用的