Skip to content

Commit 6d3200e

Browse files
committed
Note MUI warning on null value on GridFilterInputBoolean
1 parent 3d222b1 commit 6d3200e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Grid/GridFilterInputBoolean.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const GridFilterInputBoolean = (props: GridFilterInputBooleanProps) => {
1818
...others
1919
} = props;
2020

21+
// TODO MUI produces warning with null value, handle somehow?
2122
const value = item.value ?? null;
2223

2324
const rootProps = useGridRootProps();

0 commit comments

Comments
 (0)