T
tRPC

returning undefined from server gets stripped on the client

returning undefined from server gets stripped on the client

Iibrahimyaacob4/30/2023
I encounter this issue when working with TRPC React under a Turborepo. But I works fine on Next I see that its been merged but still appearing on my end https://github.com/trpc/trpc/issues/4049
Nnlucas4/30/2023
That ticket is unrelated to what you're showing React Query adds undefined to the type, because until the query has completed, it's undefined But this is a react query thing, not to do with tRPC
Iibrahimyaacob5/1/2023
thanks for replying @Nick Lucas . The point is I need that undefined. How do i fix it on the React app ?
Nnlucas5/1/2023
Oh sorry, missed it in the first image Could you open a GitHub issue? Looks potentially related to react vs next (But the issue template will collect other possibly related information)

Looking for more? Join the community!

T
tRPC

returning undefined from server gets stripped on the client

Join Server
Recommended Posts
TypeScript, Mono-Repositories and Internal Packages / Project ReferencesI am getting quite frustrate with project references / internal projects and the resolving of types how to integrate with Redis (ioredis)Any middleware?Help to deploy my TRPC proj from a monorepo (turborepo) at VercelI'm trying to learn monorepo with TRPC, both are new for me and Im kind struggling to deploy it becaTRPC ratelimiting endpointsI am currently having some problems with a race condition in my TRPC nextJS api. Essentially what iexpress-session for tRPCI am using express-session for all my servers to create session authentication. Is there something next-prisma-websockets-starter seeds twice on 'pnpm dx'Hi, i'm using this starter template for my app. The `dx` script from package.json runs both `prisma Can you return from an API endpoint before a sync operation is complete?I'm curious, if I have an endpoint that saves something to a DB and I choose to return from the endpuseInfiniteQueryHey i saw on trpc docs that it is used with prisma, but can i so it with drizzle ? How to past cursoTRPC Next/Server Types Broken >10.5.0Hi all, recently I upgraded from 10.5.0 to latest 10.21.2, discovering that I now have type-check erJWT Token is type "never" in frontend.??!!TRPC Backend is sending JWT Token as string but frontend is reading it as type "never". I am using tHow to properly check the contents of prefetched data?I have dynamic route with SSG and if coming product slug is not in db I want to return notFound: trutrpc/next very slowI have set up my project using trpc/next and i have extremely slow queries, simple hello world takinGeneric handler for data.isLoading and data.isErrorHi, I'm looking for a way to create generic interface for useQuery result (budgetData from example bBug where 2 requests are fired at once. TRPC batches them. Can I cancel the 2nd via ProcedureOption?Hey all. I have a bug where my app fires two identical requests at the same time. This happens do toHow to do an async API call in useEffect (T3 stack)Hey, I have the router below and want to call the `tutor`async in an `useCallback` function, but thepagination - Offset MethodHi trpc has pagination example but only using cursor https://trpc.io/docs/reactjs/useinfinitequery