react-easy-infinite-scroll-hook
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-easy-infinite-scroll-hook", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "This hook allows you to create simple, lightweight components with infinite scrolling in all directions, supporting both windowed and scrollable elements.", |
@@ -89,3 +89,3 @@ # react-easy-infinite-scroll-hook | ||
rowHeight={60} | ||
rowCount={data.length} | ||
rowCount={items.length} | ||
rowRenderer={({ key, index, style }) => { | ||
@@ -92,0 +92,0 @@ const item = data[index]; |
71581