Is there a debounce on the `@plasmohq/storage` lib...
# support-framework
q
Is there a debounce on the
@plasmohq/storage
library? I noticed that some of the time the writes to the storage arent going through
s
Thread automatically created by nahtnam in #978320682985349130
l
There's no debounce afaik
It depends on the storage listener to sync state for the most part tho... so any timing issue would be related to that xd...
if you need more real-time message sync, you likely want to use message passing instead
q
q
@quiet-electrician-41149 has reached level 7. GG!
q
This is the issue I created
The thing is that I started noticing it happening react-router (I'm using a persistor there too)
so now I'm thinking it might be the storage call itself or something
10 Views