Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'
Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'
尝试 npm start 时出现此错误:
./node_modules/@material-ui/core/esm/Box/Box.js
Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'.
This error occurred during the build time and cannot be dismissed.
有谁知道根本原因是什么以及如何解决这个问题?
我有同样的问题,是版本问题,只需在终端输入 npm i @material-ui/core,它应该可以解决问题![=10=]
尝试 npm start 时出现此错误:
./node_modules/@material-ui/core/esm/Box/Box.js
Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'.
This error occurred during the build time and cannot be dismissed.
有谁知道根本原因是什么以及如何解决这个问题?
我有同样的问题,是版本问题,只需在终端输入 npm i @material-ui/core,它应该可以解决问题![=10=]