Ensure that the state is called after the observable was synced [Alpha v3] #311
Unanswered
FleetAdmiralJakob
asked this question in
Q&A
Replies: 1 comment
-
Oh, nvm I think I found it out, but please correct me if I'm wrong here: This should solve my problem right (if I use const store$ = observable(
synced({
initial: [],
persist: {
name: 'persistKey',
}
})
) |
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.
-
How can I ensure that if my observable is called the value is already the one from the local storage?
Beta Was this translation helpful? Give feedback.
All reactions