T
tRPC
Need help identifying the generic client side type of procedures
Need help identifying the generic client side type of procedures
Looking for more? Join the community!
T
tRPC
Need help identifying the generic client side type of procedures
T
tRPC
Need help identifying the generic client side type of procedures
Recommended Posts
Is there a way to use versioning for procedures?I want to make multiple versions (v1 / v2) for a procedure, can i do it in procedure level?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 u