Using pinia-plugin-persistedstate
with pinia-shared-state
#2021
Unanswered
rudolfbyker
asked this question in
Help and Questions
Replies: 1 comment
-
Have you solved the problem,I seem to have the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Have any of you successfully used
pinia-plugin-persistedstate
together withpinia-shared-state
? I'm wondering whether this will cause some kind of race condition, since there are multiple tabs, but only one local storage, and as far as I know, local storage is not reactive.Use case:
Beta Was this translation helpful? Give feedback.
All reactions