react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
When the scroll bar slides to the bottom hasMore = true ,next don't trigger
排查下:fetchData 返回的列表数组是空数组,这样也会导致 next 不再执行。
你好 请问解决了嘛
dataLength绑定的值必须要有变更,一开始是10,那么异步请求之后必须变成20才会再次触发next事件