Gabriel

Results 3 comments of 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 ![image](https://user-images.githubusercontent.com/78602956/114240206-295a8480-9955-11eb-906a-5714b75f0c84.png)

You should use` min-height: 30` instead of `height`. That solved the problem on my side