diff --git a/packages/web/lib/networking/library_items/useLibraryItems.tsx b/packages/web/lib/networking/library_items/useLibraryItems.tsx index 0afefda6d..25dfb5dc8 100644 --- a/packages/web/lib/networking/library_items/useLibraryItems.tsx +++ b/packages/web/lib/networking/library_items/useLibraryItems.tsx @@ -276,6 +276,10 @@ export function useGetLibraryItems( includeContent: false, })) as LibraryItemsData + console.log( + 'cached.pageParams.indexOf(pageParam)', + cached.pageParams.indexOf(pageParam) + ) if (cached && cached.pageParams.indexOf(pageParam) > -1) { const idx = cached.pageParams.indexOf(pageParam) // // if there is a cache, check to see if the page is already in it