You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
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
The text was updated successfully, but these errors were encountered: