Skip to content

Commit d4a99da

Browse files
committed
Deduplicate useQuerySubscription
1 parent 5d48471 commit d4a99da

File tree

2 files changed

+293
-256
lines changed

2 files changed

+293
-256
lines changed

packages/toolkit/src/query/core/buildInitiate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type StartQueryActionCreator<
9898

9999
// placeholder type which
100100
// may attempt to derive the list of args to query in pagination
101-
type StartInfiniteQueryActionCreator<
101+
export type StartInfiniteQueryActionCreator<
102102
D extends InfiniteQueryDefinition<any, any, any, any, any>,
103103
> = (
104104
arg: InfiniteQueryArgFrom<D>,

0 commit comments

Comments
 (0)