Skip to content

@tanstack/react-virtual@3.14.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 19:53
75ae896

Patch Changes

  • #1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

    • @tanstack/virtual-core@3.17.1