Delete key in store
How do I delete a key in a store? My store is typed so I can't simply set the value to undefined.
Will I have to use the mutate helper, whatever it's called?
I'm used to changing keys in a store by just doing
Will I have to use the mutate helper, whatever it's called?
I'm used to changing keys in a store by just doing
setMyStore("my_key", value);