Describe the bug I decided to use expo + trpc stack. But I have some issues with react-query used under the hood of trpc. The courios thing is that iOS build is working fine but not web configurati...
Solution
import { defaultContext } from "@tanstack/react-query"export const api = createTRPCReact<AppRouter>({ reactQueryContext: defaultContext,});
import { defaultContext } from "@tanstack/react-query"export const api = createTRPCReact<AppRouter>({ reactQueryContext: defaultContext,});