'Typescript error in devextreme-react Datagrid - ts(2559)

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",


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source