useWebExtensionStorage composable is buggy? #160
Unanswered
matifanger
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
Uh oh!
There was an error while loading. Please reload this page.
-
At some point, I don't know exactly why, this happens:
(Added a console warn to watchWithFilter)
I just want to know if there's something that I shouldn't do when using the storage because I don't know if this is a bug or not.
Maybe I have to implement a QUEUE when modifying something in the storage so that it doesn't "overlap the changes" or make a change when another change is being produced. i'm changing the same storage key in a few different parts of my code and could be executed at the same time.
So, implementing a QUEUE could solve this problem when saving data into storage, am I wrong?
Beta Was this translation helpful? Give feedback.
All reactions