Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri865 committed Jan 31, 2025
1 parent 32e4dc2 commit bae6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-data-grid/src/hooks/utils/useGridSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const argsEqual = (prev: any, curr: any) => {
return fn(prev, curr);
};

const createRefs = () => ({ state: null, equals: null, selector: null, args: null }) as any;
const createRefs = () => ({ state: null, equals: null, selector: null, args: undefined }) as any;

const EMPTY = [] as unknown[];

Expand Down

0 comments on commit bae6d94

Please sign in to comment.