We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d222b1 commit 6d3200eCopy full SHA for 6d3200e
src/components/Grid/GridFilterInputBoolean.tsx
@@ -18,6 +18,7 @@ export const GridFilterInputBoolean = (props: GridFilterInputBooleanProps) => {
18
...others
19
} = props;
20
21
+ // TODO MUI produces warning with null value, handle somehow?
22
const value = item.value ?? null;
23
24
const rootProps = useGridRootProps();
0 commit comments