can’t use updated zustand store in crxjs vite extension
I’m updating my store inside background script, and trying to use the updated store inside App.jsx. It is the popup for my extension. But always getting the initial state inside the App.jsx.
I’m updating my store inside background script, and trying to use the updated store inside App.jsx. It is the popup for my extension. But always getting the initial state inside the App.jsx.