react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

When the scroll bar slides to the bottom hasMore = true ,next don't trigger

Open clayerton opened this issue 3 years ago • 3 comments

image

clayerton avatar Oct 20 '21 15:10 clayerton

排查下:fetchData 返回的列表数组是空数组,这样也会导致 next 不再执行。

realhao avatar Oct 22 '21 02:10 realhao

你好 请问解决了嘛

wx9999 avatar Nov 15 '21 08:11 wx9999

dataLength绑定的值必须要有变更,一开始是10,那么异步请求之后必须变成20才会再次触发next事件

wb121017405 avatar Nov 29 '21 08:11 wb121017405