mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-31 09:58:39 -05:00
Ensure useAuthenticatedQuery only executes the query when it knows if the user is signed in or not, and appends that state to the query key so signed in and signed out results are distinct. The problem here was that useIconicTaxa was mysteriously returning stale, signed out results while offline. Closes MOB-383