react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
hasMore is false, service return the data = [] , so
<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