Skip to content

Commit

Permalink
refactor: Simplify useQueries (#8661)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
jordan-choi and TkDodo authored Feb 18, 2025
1 parent 470ecb6 commit caf7bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query/src/useQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export function useQueries<
errorResetBoundary,
throwOnError: query.throwOnError,
query: client.getQueryCache().get(query.queryHash),
suspense: defaultedQueries[index]?.suspense,
suspense: query.suspense,
})
)
},
Expand Down

0 comments on commit caf7bde

Please sign in to comment.