chore(hail mary): Update package-lock.json via npm-audit-fix (#26693)

This commit is contained in:
Evan Rusackas
2024-02-15 12:40:04 -07:00
committed by GitHub
parent d2910b0b87
commit eabee9dedd
9 changed files with 9099 additions and 4117 deletions

View File

@@ -354,8 +354,7 @@ function useInstance<D extends object>(instance: TableInstance<D>) {
);
const useStickyWrap = (renderer: TableRenderer) => {
// @ts-ignore
const { width, height } =
const { width, height }: { width?: number; height?: number } =
useMountedMemo(getTableSize, [getTableSize]) || sticky;
// only change of data should trigger re-render
// eslint-disable-next-line react-hooks/exhaustive-deps