You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a good point. The store just saves and gets values by key, it doesn't go into what the keys mean. I've pushed a new version that fixes the issue. The only change is explicitly telling the store to clean up all saved data before saving the current state.
When I rename a serialized property, i would expect that the old one is deleted and the new one is added.
However the old one is living forever in the serialized .json.
The text was updated successfully, but these errors were encountered: