β’Created by ππΆππππ on 8/25/2024 in #β-help
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?