作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在主题中自定义我的 DataGridPro 表格(MUI 组件)。但是,当我将 MuiDataGrid 添加到组件对象时,出现 TS 错误:
Object literal may only specify known properties, and 'MuiDataGrid' does not exist in type 'Components'.ts(2322)
代码框: https://codesandbox.io/s/datagriddemo-material-demo-forked-vedcm
如何修复错误?我花了 2 个小时四处寻找,但没有成功。
最佳答案
我在 MUI github 问题页面上得到了这个问题的答案:https://github.com/mui-org/material-ui-x/issues/1755#issuecomment-945650984
解决方案是像这样导入主题扩充:
import type {} from '@mui/x-data-grid-pro/themeAugmentation';
如描述于:https://mui.com/components/data-grid/getting-started/#typescript
关于typescript - 修复在 createTheme 中自定义 MuiDataGrid 时的 Typescript 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69608945/
我想在主题中自定义我的 DataGridPro 表格(MUI 组件)。但是,当我将 MuiDataGrid 添加到组件对象时,出现 TS 错误: Object literal may only spe
我想在主题中自定义我的 DataGridPro 表格(MUI 组件)。但是,当我将 MuiDataGrid 添加到组件对象时,出现 TS 错误: Object literal may only spe
我是一名优秀的程序员,十分优秀!