This commit is contained in:
Jackson Harper
2024-08-17 15:40:33 +08:00
parent 975ae6bee5
commit 1e2c3b1f8f

View File

@ -812,7 +812,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element {
return (
<InfiniteScroll
dataLength={libraryItems} //This is important field to render the next data
dataLength={libraryItems.length}
next={fetchNextPage}
hasMore={hasNextPage}
loader={<h4>Loading...</h4>}