subscription tracked returns a 3-tuple to frontend instead of object
I am using
It's properly typed on both frontend and backend, eg:
however what I actually receive on frontend is an 3-tuple [id, data, null].
I tried this both on versions
tracked as per recommendation in https://trpc.io/docs/server/subscriptions#tracked like this:It's properly typed on both frontend and backend, eg:
however what I actually receive on frontend is an 3-tuple [id, data, null].
I tried this both on versions
"11.0.0-rc.666" and next and got the same results.