Sam Sokolin
Sam Sokolin
Also running into this issue!
[Avenue](https://avenue.so/) - SQL-based operations observability on top of databases and data warehouses (YC W21)
@CarterGrimmeisen any chance we can get this merged? I'm running into the same problem :)
@CarterGrimmeisen any chance you can release this fix to npm? Looks like https://github.com/CarterGrimmeisen/zod-prisma/commit/f3c27fb2a056763a4e11dbe6371505ebbdf9d69e fixes the issue but the most recent version on npm is from 6 months ago. Appreciate your...
Also running into this issue but on the line where I'm constructing the reactQueryHooks: ```typescript import type { TrpcAppRouter } from "@avenueops/api"; import { createReactQueryHooks, TRPCClientError } from "@trpc/react"; //...
Ended up finding an answer to this in the tRPC Discord. Looks like this is a v9 problem (which my project is still currently on). Will try upgrading to v10...
Hey @KATT, I work on the same project as @amolpatel. Unfortunately, I don't think `declaration: false` is an option for us because it's required to use [project references](https://www.typescriptlang.org/docs/handbook/project-references.html), which we...
@sachinraja Thanks for the quick turnaround here! Will test w/ our project soon and lyk if we run into any issues. Just to clarify, the result of this is reducing...