Gabriel
Gabriel
I had the same problem and I solved passing a different key (basically remount the component) when I need the component fires the `next()` event again. I hope that helps
Hi @oriamd the error is on your side... you are saying explicit hasMore={true}, so, the fetch is executed when the scroll moves 
You should use` min-height: 30` instead of `height`. That solved the problem on my side