Skip to content

Commit

Permalink
[DataGrid] Don't forward editCellState prop to DOM element (#9501)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw authored Jun 28, 2023
1 parent d5fd310 commit e86b2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/x-data-grid/src/components/cell/GridCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ const GridCell = React.forwardRef<HTMLDivElement, GridCellProps>((props, ref) =>
const {
align,
children: childrenProp,
editCellState,
colIndex,
column,
cellMode,
Expand Down

0 comments on commit e86b2c0

Please sign in to comment.