Does zustand work in extensions? #1067
Unanswered
shinobu-uwu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ask this because I've been running into issues with zustand, like there are 2 fields in my auth store that are simply set to
undefined
.My guess is that since those two fields are set in the background context, when the popup sets another field it writes
undefined
to those two. Is there any way to prevent this? I'd like to keep using my store in a reactive way in my componentsEdit: on a side note, I'd just like to thank you guys for the great work with the framework. I am in the process of rewriting our chrome extension at work using plasmo and you have no idea how much easier everything's becoming with plasmo
Beta Was this translation helpful? Give feedback.
All reactions