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
The InMemoryCache class resides in a different package from the Apollo Client core. Make sure the apollo-cache-inmemory package is installed in your project
I think this is related to this issue, @appolo/client removed client.writeData in version 3.0.0-beta.48 so the signIn code is no longer working.
I tried this workaround
web/final/App.js
Line 7 in 26319b2
https://www.apollographql.com/docs/react/caching/cache-configuration/
web/final/App.js
Line 45 in 26319b2
=>
Uncaught TypeError: cache.writeData is not a function at Object.parcelRequire.App.js.react (App.js:45)
The text was updated successfully, but these errors were encountered: