From 0945a68319d05735b8dc9c906e4b8e056e94e5b4 Mon Sep 17 00:00:00 2001 From: Herschel Schwartz Date: Fri, 15 Nov 2024 10:43:03 -0800 Subject: [PATCH] removing unnecessary startmargin --- src/react/WindowVirtualizer.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/react/WindowVirtualizer.tsx b/src/react/WindowVirtualizer.tsx index 2e2a7778..4f0d7487 100644 --- a/src/react/WindowVirtualizer.tsx +++ b/src/react/WindowVirtualizer.tsx @@ -99,10 +99,6 @@ export interface WindowVirtualizerProps { * @defaultValue "div" */ item?: keyof JSX.IntrinsicElements | CustomItemComponent; - /** - * If you put an element before virtualizer, you have to define its height with this prop. - */ - startMargin: number; /** * Callback invoked when scrolling stops. */