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 d48100b commit 0c8ba5cCopy full SHA for 0c8ba5c
packages/x-data-grid/src/hooks/features/virtualization/gridFocusedVirtualCellSelector.ts
@@ -1,5 +1,4 @@
1
-import { createSelector } from 'reselect';
2
-import { createSelectorMemoized } from '../../../utils/createSelector';
+import { createSelector, createSelectorMemoized } from '../../../utils/createSelector';
3
import { gridVisibleColumnDefinitionsSelector } from '../columns/gridColumnsSelector';
4
import { gridRenderContextSelector } from './gridVirtualizationSelectors';
5
import { gridFocusCellSelector } from '../focus';
0 commit comments