mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user