This commit is contained in:
jeffvli
2025-11-16 15:15:00 -08:00
parent 9490bf29cc
commit e0b326c565
@@ -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;