Skip to content

Commit

Permalink
fix(types): QueryKey needs to default to any, too
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Jul 17, 2024
1 parent 6d9b7ed commit 05e887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/query-core/src/queriesObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class QueriesObserver<

constructor(
client: QueryClient,
queries: Array<QueryObserverOptions<any, any, any, any>>,
queries: Array<QueryObserverOptions<any, any, any, any, any>>,
_options?: QueriesObserverOptions<TCombinedResult>,
) {
super()
Expand Down

0 comments on commit 05e887d

Please sign in to comment.