Bujar Deari

Results 2 comments of Bujar Deari

> I'd like to share my workaround, in case anyone else ever runs into this issue: > > ```ts > const queryKey = ['my-infinite-query']; > const isSomePageFetching = queryClient.getQueryState(queryKey)?.isFetching; >...