Invalidate all queries in new TanStack React Query Setup
Hey, I set up the new tRPC flow for Next.js using TanStack React Query from docs:
https://trpc.io/docs/client/tanstack-react-query/setup
How can I add to it, previously implemented and documented (https://trpc.io/docs/client/react/useUtils#invalidate-full-cache-on-every-mutation ) queries invalidation on every mutation in app?
We don't use the
createTRPCReact
anymore and I can't seem to find any other method from the docs where I can pass these overrides :x Thanks!0 Replies