Difference in type inference for vanilla client?
Hello, querying an endpoint with the vanilla tRPC client but at runtime the actual result isn't the inferenced type but
{json: ..., meta: ...}
, am I doing something wrong?4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Ah ha yes! We do have superjson and are on V9
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Fantastic, that was it. Thanks
Yeah turns out I had done that in a subtle place for the hooks but not the vanilla client 🤦♂️