createCaller is returning [Function: noop]
env: node 20 pnpm
I'm trying to call procedures locally, and when I console log the router, I see the trpc object (
{mutations: ..., etc.}
)
But when I create the caller, it returns noop, and anything I call on that is noop. Ideas?
router:
0 Replies