diff --git a/packages/grid/x-data-grid/src/components/cell/GridCell.tsx b/packages/grid/x-data-grid/src/components/cell/GridCell.tsx index 45669757a255b..b465efbfaf72a 100644 --- a/packages/grid/x-data-grid/src/components/cell/GridCell.tsx +++ b/packages/grid/x-data-grid/src/components/cell/GridCell.tsx @@ -247,6 +247,7 @@ const GridCell = React.forwardRef((props, ref) => const { align, children: childrenProp, + editCellState, colIndex, column, cellMode,