gpt4 book ai didi

reactjs - Material-UI:提供给 classes Prop 的键 `caption` 未在 ForwardRef(TablePagination) 中实现

转载 作者:行者123 更新时间:2023-12-04 11:56:51 25 4
gpt4 key购买 nike

我添加了简单 DataGrid到我的组件

<div className='Employees'>
<Button onClick={queryEmployees}>Employees</Button>
<DataGrid rows={rows} columns={columns} autoHeight={true}/>
...
</div>
我在控制台中收到此错误
Material-UI: The key `caption` provided to the classes prop is not implemented in ForwardRef(TablePagination).
You can only override one of the following:
root,toolbar,spacer,selectLabel,selectRoot,select,selectIcon,input,menuItem,displayedRows,actions.
我不明白这个错误,也不明白是什么导致了它,我不知道如何调试它。

最佳答案

我也得到同样的错误。

"material-table": "^1.69.2",
"@material-ui/core": "^5.0.0-alpha.24",
"@material-ui/data-grid": "^4.0.0-alpha.21",
但我对以下版本没有任何问题。
"@material-ui/core": "^4.11.0",
"material-table": "^1.69.2",
"@material-ui/data-grid": "^4.0.0-alpha.18",
更新:
DataGrid 隶属于实验室 click here想要查询更多的信息。
请检查当前可用的文档版本和您的 @material/core 版本以解决问题。

关于reactjs - Material-UI:提供给 classes Prop 的键 `caption` 未在 ForwardRef(TablePagination) 中实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66178076/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com