If you have two useQuery with different staleTime, would you expect isStale returned from that useQuery to:

* Change individually as each staleTime passes?
* Change together when shortest staleTime has passed?
* Have access to both of the above as separate isGloballyStale/isLocallyStale?

Comments