Our devextreme-react datagrid has suddenly stopped working. We get an error :
Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes & IntrinsicClassAttributes<DataGrid<any, any>> & Readonly<IDataGridOptions<any, any>>'.ts(2559)
on the component.
Anyone seen this error before? It was working, but stopped working. Devextreme webpage has no good information about solutions.
We are using versions:
"devextreme": "21.2.4",
"devextreme-react": "21.2.4",