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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Reason to use reFetchObservableQueries() is to pass proper Accept-Language when it's changed. And while it's loading I would like to show user that data is changing from one language to another. Now after changing language data is flicking with delay without any sign of loading. It's bad UX.
How to reproduce the issue:
https://codesandbox.io/s/test-refetch-t0izv
Reason to use
reFetchObservableQueries()
is to pass proper Accept-Language when it's changed. And while it's loading I would like to show user that data is changing from one language to another. Now after changing language data is flicking with delay without any sign of loading. It's bad UX.If example with language change is needed, I can create it, but it won't add more presentative example. Reproduce repo might be enough.
Intended outcome:
when
reFetchObservableQueries
is calledat least networkStatus should change from 7 (ready) to something else, e.g. 4 (refetch)
Actual outcome:
always
The text was updated successfully, but these errors were encountered: