Untitled

Anonymous
tsx
04/20/2023 11:50 PM
200 B
10
Indexable
<InfiniteScroll
  dataLength={allData.length}
  next={() => loadDataHandler()}
  hasMore={true}
  loader={<></>}
>
    // ...
</InfiniteScroll>
Editor is loading...