version: 2.0.0
Sometimes store.set
does not work, and the value I set does not get persisted to the store file.
I was noticing odd behavior in my app and found the issue by doing this
store.set(key, 'something');
store.get(key) // undefined
Getting the value after I set it either returned undefined
(if it was the first time it was set) or the previous value.
I also used onDidChange
to further confirm that the value was never set.
I can't find any pattern to this behavior
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too