You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/virtualizer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The padding to apply to the end of the virtualizer in pixels when scrolling to a
128
128
initialOffset?:number| (() =>number)
129
129
```
130
130
131
-
The initial offset to apply to the virtualizer. This is usually only useful if you are rendering the virtualizer in a SSR environment.
131
+
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.
0 commit comments