I am trying to customize my DataGridPro table, which is a MUI component, within the theme. However, when I add MuiDataGrid to the components object, I encounter a TypeScript error:
Object literal may only specify known properties, and 'MuiDataGrid' does not exist in type 'Components'.ts(2322)
You can view the issue on Codesandbox: https://codesandbox.io/s/datagriddemo-material-demo-forked-vedcm
Could someone please advise me on how to resolve this error? I have been searching for a solution for 2 hours without any luck.