From d188f1c6c8b687f99e2ed2fef0baeb7d0d12d222 Mon Sep 17 00:00:00 2001 From: "Jaime R." <38530589+Jaime02@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:13:51 +0100 Subject: [PATCH] Fix TanStack virtual example link --- examples/react/virtualized-rows/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react/virtualized-rows/src/main.tsx b/examples/react/virtualized-rows/src/main.tsx index 66b9c5206e..446d9de4f5 100644 --- a/examples/react/virtualized-rows/src/main.tsx +++ b/examples/react/virtualized-rows/src/main.tsx @@ -20,7 +20,7 @@ import { import { makeData, Person } from './makeData' //This is a dynamic row height example, which is more complicated, but allows for a more realistic table. -//See https://tanstack.com/virtual/v3/docs/examples/react/table for a simpler fixed row height example. +//See https://tanstack.com/virtual/v3/docs/framework/react/examples/table. function App() { const columns = React.useMemo[]>( () => [