Replies: 2 comments
-
+1! Using with TanStack Query and it would be nice to be able to pass AbortControllers from the queryFn to stop in flight requests on unmount |
Beta Was this translation helpful? Give feedback.
0 replies
-
Someone opened an issue for this #3452 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow to input an AbortSignal when calling a server function
Obvious use case is to call server function in route loader and pass the loader's abortController.signal to it.
Beta Was this translation helpful? Give feedback.
All reactions