Is there any way to skip the persist hook when calling setState?
#3200
-
|
I have a chrome extension, and it has 2 parts the popup, which is the html page, and the background service worker, that usually takes care of the I/O, and I am trying to sync my store states between them, luckily plasmo storage has a However if I call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I don't think there's such an option. Would you be able to check if it's the same value in your storage implementation? I assume you use |
Beta Was this translation helpful? Give feedback.
I don't think there's such an option. Would you be able to check if it's the same value in your storage implementation? I assume you use
storageoption.