Cache cleared when error occurs #4119
-
Hi, I'm making an offline PWA that uses |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
you mean when the query errors? error are not json serializable so you cannot write them to localstorage. You can use something like |
Beta Was this translation helpful? Give feedback.
you mean when the query errors? error are not json serializable so you cannot write them to localstorage. You can use something like
superjson
to serialize / deserialize.