Carrein
Type 'DecorateQueryProcedure<{ input: string; output: { id: string; name: string; }; transformer: fa
Hi all,
I'm been trying to hook TRPC up with my Vite + Express stack. The guides work OK but when I try to use a procedure I get the following error.
All setup are taken directly from the documents - https://trpc.io/docs/server/adapters/express
https://trpc.io/docs/client/tanstack-react-query/setup
server.ts
client/trpc.ts
Home.tsx
Hoping I can get eyes on this. Thanks!
2 replies