Replies: 1 comment 1 reply
-
@TkDodo , if you have any suggestions here please ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am prefetching query on mount of my VueJS application and persisting the data in indexedDB
and then once any mutation is done related with contacts, I want to manually update this cache persisted in my indexedDB to include that new created contact/update it's name/other fields, but it doesn't seem to work -
But it's not working and not updating the cache stored in indexedDB. Is there a way to do so ?
Beta Was this translation helpful? Give feedback.
All reactions