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
@@ -375,7 +375,7 @@ By default the `measureElement` virtualizer option is configured to measure elem
375
375
resizeItem: (index:number, size:number) =>void
376
376
```
377
377
378
-
Change the virtualized item's size manually. Use this function to manually set the size calculated for this index. Useful in occations when using some custom morphing transition and you know the morphed item's size beforehand.
378
+
Change the virtualized item's size manually. Use this function to manually set the size calculated for this index. Useful in occasions when using some custom morphing transition and you know the morphed item's size beforehand.
379
379
380
380
You can also use this method with a throttled ResizeObserver instead of `Virtualizer.measureElement` to reduce re-rendering.
0 commit comments