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
Yes this is normal behavior, but it's definitely unfortunate. apollo-client 2.6.0 helps address this with the help of the returnPartialData option, and PR #4743 helps explain the issue (and fix). We'll be revisiting this in a future (breaking) version of Apollo Client.
We have query
If profileData is loaded by component1 and moneyData is loaded by component2 with following queries:
First component1 loads:
Then a second component2 loads:
Expected result
Both components have their data.
Real result
profileData for component1 will be null.
Is this normal behaviour? What I am doing wrong?
The text was updated successfully, but these errors were encountered: