From 16641b36ed8434be3b0776d29a3ba72ed2d82886 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Sun, 17 Aug 2025 18:18:27 -0700 Subject: [PATCH] Update docs on initialOffset --- docs/api/virtualizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/virtualizer.md b/docs/api/virtualizer.md index 79d2df1b4..4c8c064e9 100644 --- a/docs/api/virtualizer.md +++ b/docs/api/virtualizer.md @@ -128,7 +128,7 @@ The padding to apply to the end of the virtualizer in pixels when scrolling to a initialOffset?: number | (() => number) ``` -The initial offset to apply to the virtualizer. This is usually only useful if you are rendering the virtualizer in a SSR environment. +The position where the list is scrolled to on render. This is useful if you are rendering the virtualizer in a SSR environment or are conditionally rendering the virtualizer. ### `getItemKey`