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
Then you can use this to resets all keys within the options.items to default values according to the json schema values. store.set(`options.items`, {});
Unfortunately, the method store.reset(key) also doesn't work for me properly.
Hello,
I've got defaults setup as such :
I'm looking to reset only
"options": {"items": { ... }}
in my store but I couldn't find how to do it.If I do a
store.reset('options')
all of my storeoptions
get correctly cleared, but also any other data inside of it (likeadmin
).I feel like
reset(...keys)
doesn't understand the dot notation, is there something I'm missing, or should I split my store into something like :The text was updated successfully, but these errors were encountered: