Skip to content

Commit

Permalink
docs: update introduction.md (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxanh97 authored Nov 25, 2024
1 parent 259cfb1 commit 15e4d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useVirtualizer } from '@tanstack/react-virtual';

function App() {
// The scrollable element for your list
const parentRef = React.useRef()
const parentRef = React.useRef(null)

// The virtualizer
const rowVirtualizer = useVirtualizer({
Expand Down

0 comments on commit 15e4d94

Please sign in to comment.