`QueryClientProvider` not included in `withTRPC`?
Trying to use
We have the
import { useIsMutating } from "react-query" but it's throwing Error: No QueryClient set, use QueryClientProvider to set oneWe have the
trpc.withTRPC(MyApp) with Next.js to add the tRPC provider - expected that this wouldn't also add the QueryClientProvider?