satcheljs icon indicating copy to clipboard operation
satcheljs copied to clipboard

Prohibit calling legacy satchel actions from mutators

Open smikula opened this issue 6 years ago • 0 comments

Mutators are meant to respond to actions, but not to dispatch further actions. Within modern Satchel this is enforced, but it's currently possible to call a legacy Satchel action from a mutator. This is explicitly against the intended pattern and should be similarly prohibited.

smikula avatar Jun 04 '19 19:06 smikula