I have a streaming mutation working, but I need to be able to abort it. I've seen this thread but that syntax doesn't appear to be valid for the React version.
custom hook is meant to be implemented, so I suspect there's something I'm missing there?
So my main questions are: 1. Is it possible to abort a streaming mutation client-side with a react trpc client? 2. if yes, can this be done using the old syntax? or if we need to use the new syntax, what code for the