tRPC error Unhandled Runtime Error
Hi, I added tRPC to my nextjs react app and I'm trying to use
useQuery()
and it's showing me an error that I don't really know how to fix. I was using these sites as examples:
https://trpc.io/docs/client/react/setup
https://github.com/trpc/trpc/issues/3297#issuecomment-1423905894
src/server/routers/_app.tsx
src/utils/trpc.ts
src/server/trpc.ts
src/app/layout.tsx
src/app/_components/TrpcProvider.tsx
2 Replies