James R. Maxfield

Results 28 comments of James R. Maxfield

Still keeping tabs on this

Still on v10 [trpc](https://www.npmjs.com/package/@trpc/server)

@flawnn, I briefly explored this approach, and you're welcome to use `patch-package` for your current project. Since it's an npm package, this method is more suitable for individual projects rather...

LMK if this solves the issue. Next.js project app/api/[...trpc]/route.ts ```ts import { AppRouter } from "@/server/router" import { createOpenApiFetchHandler } from "trpc-swagger" import { CreateContext } from "@/server/trpc-utils/trpc-context" const restHandler...

@czeidler Feel free to remind me about this feature when I release TRPC v11. I like the idea and am open to exploring ways to eliminate the redundant need for...

confirmed. currently breaking any apps that use modern Next.js

I use the Next.js app router. TRPC 11 Just dropped Friday of Last week and we're getting support for that ASAP. The examples folder has a `with-nextjs-app` for reference. -------...

@Maciel64 Let me know if this is still a blocking issue for you before I close this issue.