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.
test.client.store.getState().apollo is the expected output. But this state is not registered with either context returned from getDataFromTree or the store passed to the ApolloProvider.
What am I missing?
The text was updated successfully, but these errors were encountered:
@gajus this is really a lack of documentation on my part. Including context.store is done to make it easy for projects which use a custom redux store. The correct state to pull from is context.client.store. I need to make this clearer
Originally posted in: #153 (comment)
The text was updated successfully, but these errors were encountered: