Closed
Description
Describe the problem
Since unstate
is linked to $state
, it might make sense to make it a function on $state
.
unstate
is also a bit of an odd/non-word.
Describe the proposed solution
Not sure about the name, maybe one of
$state.remove
/ $state.removed
$state.clear
/ $state.cleared
$state.off
Importance
nice to have