T
tRPC
Is there a way to use versioning for procedures?
Is there a way to use versioning for procedures?
Looking for more? Join the community!
T
tRPC
Is there a way to use versioning for procedures?
T
tRPC
Is there a way to use versioning for procedures?
Recommended Posts
createSSGHelpersI'm trying to fetch data in getStaticProps and getting the issue "Promise<{ paths: { params: { id: nTRPC undefined when exportingHi i am working on merging routers from different files but when exporting the router property it coTRPC retries with new app dir```ts
let { data: name, isLoading, isFetching, isError, error } = trpc.home.home.useQuery();
```opts.input is of type undifined```ts
register: publicProcedure.input(
RegisterSchema
).mutation(async (opts) => {
Server-side error tracing with DatadogHey, has anyone had any luck setting up tracing with tRPC? Specifically with `dd-trace-js`.
We’re uConfiguration helpHello!
I want to apply the following configuration on the client:
https://tanstack.com/query/v4/docI'm curious to know if anyone has any suggestions on how I can track the replies to the emailsI'm curious to know if anyone has any suggestions on how I can track the replies to the emails I sentRPC subscription : Access to socket ID from subscriptionI'm trying to implement user online status in a reliable way on my app, on the "live" part of my appHaving Issue With Context in App Directory Next.jsI am having an issue with creatin the trpc context with both the session and prisma. I am trying to tRPC querying data via function not workingIn the below code, `fetchSocialMediaData` is logging `themeId` but, not `response`, getting error as