Fix Typescript error when customizing MuiDataGrid in createTheme

Viewed 1248

I want to customize my DataGridPro table (MUI component) in the theme. However, when I MuiDataGrid to components object, I get a TS error:

Object literal may only specify known properties, and 'MuiDataGrid' does not exist in type 'Components'.ts(2322)

Codesandbox: https://codesandbox.io/s/datagriddemo-material-demo-forked-vedcm

How do I fix the error? I spent 2 hours looking everywhere without success.

1 Answers
Related