react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
Not working as expected when there are 2 Infinite Scroll Component in a page
The plugin is not working when there is 2 Infinite Scroll Component on a page. The next function is called when we scroll the second list and not when we reach the bottom of the first list.
Is there any workaround to use 2 infinite scroll components on the same page?
I have forked the example demo code to reproduce this issue
https://codesandbox.io/s/zealous-panka-6o0uw6
@daggmano @leonh @fooki @Meberem