DavidD
tRPC12mo ago
19 replies
David

Turborepo internal package exported procedure context type `any`

I am working on moving our trpc API to a separate internal package away from our next.js app, but running into an issue where the
ctx
type is
any
in the Next.js app. Even though the type is shown when I hover the procedure itself. Any idea what this could be?
image.png
image.png
Was this page helpful?