Add some debug info
This commit is contained in:
@ -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 (
|
||||
<>
|
||||
<VStack
|
||||
|
||||
Reference in New Issue
Block a user