AbortSignal for useQueries
In
useQuery a context is passed to the queryFn which provide an abort signal that can be consumed by eg. axios.
When using useQueries (plural) the context is not passed to the queryFn. Is there a way to send the abort signal to all the requests made by useQueries ?1 Reply
genetic-orange•4y ago
the context is passed to each queryFn just like for useQuery ...