maloguertin/msw-trpc

When output parser is used in the procedure, `ctx.data` argument type is unknown (invalid type)

swallowtail62 opened this issue · 1 comments

Describe the bug
As the title suggests, the argument type of the ctx.data function is not correctly inferred.

image

image

To Reproduce
Steps to reproduce the behavior:

  1. Create a router with a procedure with output parser.
  2. Create the mock service worker, as above, with your AppRouter inferred type.
  3. 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

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?

image
image