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 d32e8a5 commit 969da38Copy full SHA for 969da38
src/components/TableWithControlsLayout/useTableScroll.ts
@@ -3,7 +3,7 @@ import React from 'react';
3
interface UseTableScrollProps {
4
tableContainerRef?: React.RefObject<HTMLDivElement>;
5
scrollContainerRef?: React.RefObject<HTMLElement>;
6
- dependencies?: any[]; // Optional additional dependencies for the effect
+ dependencies?: unknown[]; // Optional additional dependencies for the effect
7
}
8
9
export const useTableScroll = ({
0 commit comments