ankeetmaini / react-infinite-scroll-component

An awesome Infinite Scroll component in react.
https://react-infinite-scroll-component.netlify.com/
MIT License
2.85k stars 322 forks source link

chore(story): fix window infinite scroll story #395

Open Balaji1202 opened 11 months ago

Balaji1202 commented 11 months ago

Fix to set proper data on refetching new data. The array of 100 elements are pushed as a single element. Spreading it out to push 100 individual elements.