Unable to abort Suspense queries
I am using trpc@11 with react-query@5. I was under the impression that as long as abortOnUnmount is true, all queries that haven't completed yet will be cancelled. Is there anything I am missing?
Provider
Problematic Code:
Now if
state
changes multiple times in a row while the query didn't finish yet, i think it should be cancelled. Still the queries complete in the background and get cached0 Replies