apollo-cache-instorage
apollo-cache-instorage copied to clipboard
client.resetStore() clears localStorage
Thank you for that great library! It's very useful.
For some reason, apollo-cache-instorage clears localStorage when I call client.resetStore() after a user logs in. I can see it's related to objectStorageCache.clear() method.
Is it intended behavior? Seem unintuitive to me, but I'm sure there is an explanation.
Thanks