小编Flo*_*gar的帖子

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

DataGrid在我的组件中添加了 simple

<div className='Employees'>
      <Button onClick={queryEmployees}>Employees</Button>
      <DataGrid rows={rows} columns={columns} autoHeight={true}/>
      ...
</div>
Run Code Online (Sandbox Code Playgroud)

我在控制台中收到此错误

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.
Run Code Online (Sandbox Code Playgroud)

我不明白这个错误,也不明白是什么导致了它,我不知道如何调试它。

reactjs material-ui

6
推荐指数
1
解决办法
2116
查看次数

标签 统计

material-ui ×1

reactjs ×1