This commit is contained in:
jeffvli
2025-11-16 15:15:00 -08:00
parent 40a675b59b
commit 74f0c6c88a
@@ -59,7 +59,7 @@ interface VirtualizedGridListProps {
onScroll?: ItemGridListProps['onScroll'];
onScrollEnd?: ItemGridListProps['onScrollEnd'];
outerRef: RefObject<any>;
ref: RefObject<FixedSizeList<GridItemProps>>;
ref: RefObject<FixedSizeList<GridItemProps> | null>;
rows?: ItemCardProps['rows'];
tableMeta: null | {
columnCount: number;