MUI:“淡入淡出”颜色实用程序已重命名为“alpha”以更好地描述其功能。 (material-table)

MUI: The `fade` color utility was renamed to `alpha` to better describe its functionality. (material-table)

我正在使用 material-table(npm 最新 v1.69.3)和 MUI v5.0.6,因为我需要一个 editable table。我在我的控制台中收到了这条消息。

它说 import alpha 但是因为 fade 在 material-table 中使用,这是一个 npm 包我不知道在这里做什么。

我想知道为什么会出现这个错误,如何消除这个错误并解决这个问题。 有人可以帮我吗?

material-table 软件包是 not actively maintained anymore and currently it only supports MUI v4. There is a community fork here where you can use the material table with MUI v5 通过安装下一个版本:

npm install @material-table/core@next