chore(deps): bump typescript to 4.8.4 (#24272)

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
Jan Suleiman
2024-01-29 17:14:24 +01:00
committed by GitHub
parent f73760a5d1
commit 29582e8d86
10 changed files with 31 additions and 20 deletions

View File

@@ -350,6 +350,7 @@ function useInstance<D extends object>(instance: TableInstance<D>) {
);
const useStickyWrap = (renderer: TableRenderer) => {
// @ts-ignore
const { width, height } =
useMountedMemo(getTableSize, [getTableSize]) || sticky;
// only change of data should trigger re-render