使用早午餐构建反应组件时出现错误。 这个错误是关于什么的?
<img src="" alt="" />
也得到了这个错误
error: Compiling of js/assets/jss/material-dashboard-pro-react/views/userProfileStyles.jsx failed. L5:4 js/assets/jss/material-dashboard-pro-react/views/userProfileStyles.jsx: Unexpected token
3 | cardTitle,
4 | cardIconTitle: {
> 5 | ...cardTitle,
| ^
6 | marginTop: "15px",
7 | marginBottom: "0px",
8 | "& small": {
答案 0 :(得分:1)
您遇到spread syntax和class properties的错误。
您可以安装babel-brunch和包含传播语法和类属性的预设,例如stage-2
preset。