How to fully replace store data with saved reactivity? #2800
Unanswered
shizzic
asked this question in
Help and Questions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Example:
device: {current: RefImpl, list: RefImpl}
That's what i get with
console.log(getActivePinia().state.value)
I fetch saved device store replica from my server. And i just wanna merge current storage with the fetched one, like ```
But ofc it loses reactivity, and i don't wanna use a loop like this:
P.S. composition api like this:
Beta Was this translation helpful? Give feedback.
All reactions