'Resizing first column gives _this.widthGetters[columnName] is not a function ( devexpress/dx-react-grid-material-ui )

Resizing the first column in Grid of dx-react-grid-material-ui is resulting in a empty screen with following error

_this.widthGetters[columnName] is not a function when resizing

ERROR SCREEN SHOT

i suspect table column resizing

<TableColumnResizing defaultColumnWidths={columnWidths} />


Solution 1:[1]

I found that this problem is solved in the 3.0.2 version. Upgrading @devexpress also requires upgrading react to v17.0.2+ and MUI to v5+. All changelog there: https://github.com/DevExpress/devextreme-reactive/blob/master/CHANGELOG.md

Sources

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

Source: Stack Overflow

Solution Source
Solution 1