You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, observeFragment does nothing about query errors, as it does not notify the observer at all when an error occurs. While I also think that it's inappropriate to return network errors from fragment observation, I believe it should fallback to returning missing data at least.
The text was updated successfully, but these errors were encountered:
Currently,
observeFragment
does nothing about query errors, as it does not notify the observer at all when an error occurs. While I also think that it's inappropriate to return network errors from fragment observation, I believe it should fallback to returning missing data at least.The text was updated successfully, but these errors were encountered: