3 Replies
@toadmilk is your app wrapped in the react query context provider? https://trpc.io/docs/client/react/setup shown here
Set up the React Query Integration | tRPC
How to use and setup tRPC in React
should be quite high level in your application usually in your App.tsx
Solution
thank you that worked!