Describe the bug
The wagmi SDK inside the Web3Auth wagmi provider fails to encounter the QueryClientProvider from React Query.
To Reproduce
https://github.com/notuslabs/notus-api-examples/tree/main/examples/web3auth-wagmi
Screenshots
Additional context
I'm guessing two things:
- Web3Auth's Wagmi provider is failing due to my monorepo setup
- WAGMI/react-query updated itself and subsequently removed the option of sharing the QueryClient context across modules
Describe the bug
The wagmi SDK inside the Web3Auth wagmi provider fails to encounter the QueryClientProvider from React Query.
To Reproduce
https://github.com/notuslabs/notus-api-examples/tree/main/examples/web3auth-wagmi
Screenshots
Additional context
I'm guessing two things: