@tanstack/react-virtual
Advanced tools
Comparing version 3.11.0 to 3.11.1
@@ -24,3 +24,3 @@ import * as React from "react"; | ||
instance.setOptions(resolvedOptions); | ||
React.useEffect(() => { | ||
useIsomorphicLayoutEffect(() => { | ||
return instance._didMount(); | ||
@@ -27,0 +27,0 @@ }, []); |
{ | ||
"name": "@tanstack/react-virtual", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Headless UI for virtualizing scrollable elements in React", | ||
@@ -51,6 +51,6 @@ "author": "Tanner Linsley", | ||
"devDependencies": { | ||
"@testing-library/react": "^16.0.1", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"@testing-library/react": "^16.1.0", | ||
"@types/react": "^18.3.14", | ||
"@types/react-dom": "^18.3.2", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"react": "^18.3.1", | ||
@@ -57,0 +57,0 @@ "react-dom": "^18.3.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18085