[data grid] Do not fallback on valueToRender when children === null #5612
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
dx
Related to developers' experience
v6.x
Summary
In
GridCell
, do not fallback onvalueToRender
whenchildren === null
but only whenchildren === undefined
mui-x/packages/grid/x-data-grid/src/components/cell/GridCell.tsx
Lines 222 to 224 in b778028
Motivation
DX: To allow to return
null
in render cells.The text was updated successfully, but these errors were encountered: