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
Leaving cache out of new ApolloClient results in the following error:
In order to initialize Apollo Client, you must specify 'link' and 'cache' properties in the options object.
These options are part of the upgrade requirements when migrating from Apollo Client 1.x to Apollo Client 2.x.
For more information, please visit: https://www.apollographql.com/docs/tutorial/client.html#apollo-client-setup
We will need to look into whether to address this or leave as is.
@tholulomo No, the branch was merged with link and cache, but the issue itself wasn't resolved. We still needed to decide whether we want to leave link and cache in the Apollo initialization
Leaving cache out of
new ApolloClient
results in the following error:We will need to look into whether to address this or leave as is.
Originally posted by @aswallace in #276 (comment)
The text was updated successfully, but these errors were encountered: