T
tRPC
trpc receiving undefined
trpc receiving undefined
Looking for more? Join the community!
T
tRPC
trpc receiving undefined
T
tRPC
trpc receiving undefined
Recommended Posts
How do you invalidate queries in nextjs app?`experimental_createTRPCNextAppDirClient` don't seems to have the useContext so how do i invalidate Do tracked properties still work when using useSuspenseQuery?From the React Query docs:
```By default, access to properties will be tracked, and the component wiProcedure return types are getting inferred as anyHi, I just created a prisma + trpc backend which uses prisma-trpc-generator to generate trpc routersHey 👋I'm looking to use tRPC with app-router specifically with this setup;
- My pages are RSC, and I wanHi ! I get this error when i trying to getUser : ❌ tRPC failed on user.getUser: UNAUTHORIZEDwhat is "use" keyword```ts
const baseProcedure = t.procedure
.input(z.object({ townName: z.string() }))
.use((opts) =