tRPC mutate call firing two requests with custom link
Node: 18.16
tRPC: 10.38.0
pnpm
What's wrong with this custom link that's causing it's addition to a tRPC client to make two requests?
There isn't a lot of documentation about custom links.
1 Reply
Can't see anything obvious, try adding a loggerlink before and/or after to verify
For references you can search our source code for loggerLink, dedupeLink, retryLink