mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
chore(hail mary): Update package-lock.json via npm-audit-fix (#26693)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user