How to handle multiple react-query `Providers`?
Working on a codebase that uses TRPC and a library called WAGMI that uses react-query. Since both TRPC and WAGMI provide their own
QueryClientProviders I'm trying to figure out what the right way is to go about managing both of them