Replies: 1 comment
-
It's a good question. I'd say it's limited by design. We need multiple keys to store each value, but atoms don't know about stores. For now, only a workaround seems to create multiple atoms for each provider. |
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.
-
if we use atomWithStorage within multiple providers, only the last value is persisted.
Is there a way to perisit each value by Provider?
Beta Was this translation helpful? Give feedback.
All reactions