File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/toolkit/src/query Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type {
2727import { calculateProvidedBy , isQueryDefinition } from '../endpointDefinitions'
2828import { HandledError } from '../HandledError'
2929import type { UnwrapPromise } from '../tsHelpers'
30- import type { InfiniteQueryDefinition } from '@internal/query /endpointDefinitions'
30+ import type { InfiniteQueryDefinition } from '.. /endpointDefinitions'
3131import type {
3232 RootState ,
3333 QueryKeys ,
@@ -554,6 +554,12 @@ export function buildThunks<
554554 existingData ,
555555 )
556556
557+ console . log ( 'Next page param: ' , {
558+ previous,
559+ param,
560+ existingData,
561+ } )
562+
557563 result = await fetchPage ( existingData , param , previous )
558564 } else {
559565 // Otherwise, fetch the first page and then any remaining pages
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import type {
3535 OmitFromUnion ,
3636 UnwrapPromise ,
3737} from './tsHelpers'
38- import { AnyARecord } from 'dns'
3938
4039const resultType = /* @__PURE__ */ Symbol ( )
4140const baseQuery = /* @__PURE__ */ Symbol ( )
You can’t perform that action at this time.
0 commit comments