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

hasMore is false, service return the data = [] , so

Open strawberry3269 opened this issue 4 years ago • 0 comments

<InfiniteScroll hasMore={queryParams.hasMore} dataLength={productList.length} /> hasMore is false, service return the data = [] , so the len of productList not change, thus , refresh function not working

strawberry3269 avatar Sep 14 '21 14:09 strawberry3269