diff --git a/packages/web/components/templates/library/LibraryContainer.tsx b/packages/web/components/templates/library/LibraryContainer.tsx index 84c39fee9..ed9bca218 100644 --- a/packages/web/components/templates/library/LibraryContainer.tsx +++ b/packages/web/components/templates/library/LibraryContainer.tsx @@ -122,9 +122,14 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element { fetchNextPage, fetchPreviousPage, hasNextPage, + status, error: fetchItemsError, } = useGetLibraryItems(props.folder ?? 'home', props.folder, queryInputs) + console.log( + `status ${status}, isLoading: ${isLoading}, isFetching: ${isFetching}` + ) + useEffect(() => { if (queryValue.startsWith('#')) { debouncedFetchSearchResults( @@ -1022,6 +1027,8 @@ export function LibraryItemsLayout( isSessionStorage: false, }) + console.log('props.isValidating: ', props.isValidating) + return ( <>