SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 112 TypeScript

fix(react-query-persist-client): Make dependencies to peerDependencies (#4165)

For yarn 3 pnp, having react-query as a normal dependencies causes it to
be bundled multiple times. The query client set in
react-query-persist-client is not visible for the normal useQuery
imports from react-query. Setting react-query as a peerDependency
instead fixes this issue.

Co-authored-by: Andreas Muttscheller <andreas.muttscheller@codecentric.de>

RELEASE_ALL
A
Andreas Muttscheller committed
eefc777f2dffd3d7c45e8bf1f4aee7f287b5a49c
Parent: 08857a4
Committed by GitHub <noreply@github.com> on 9/18/2022, 7:16:27 PM