When output parser is used in the procedure, `ctx.data` argument type is unknown (invalid type)
swallowtail62 opened this issue · 1 comments
swallowtail62 commented
Describe the bug
As the title suggests, the argument type of the ctx.data
function is not correctly inferred.
To Reproduce
Steps to reproduce the behavior:
- Create a router with a procedure with output parser.
- Create the mock service worker, as above, with your AppRouter inferred type.
- Check the type of
ctx.data
function.
Expected behavior
The expected behavior is the argument type of ctx.data
is inferred as the return type of the output parser.
Versions
typescript: v5.1.6
tRPC: v10.33.1
msw: v1.2.2
swallowtail62 commented
Hey @maloguertin, thanks for the review.
I see that you have released a new version, but the dist
doesn't seem to have been updated. I could be mistaken, but could you check?