on react native in a random scenario react-query get stuck in loading state where isLoading is always true and the data is undefined.
I checked the cache using the flipper-react-query-native plugin, I found that the data is saved in the cache but it's not returned.
can anyone help me?