lenrix
lenrix copied to clipboard
Store.updates.shouldNotCompile
// Registering update with unknown action @shouldNotButDoesCompile
store.updates(_ => ({
doString: s => _.focusPath('counter').setValue(42),
unknown: s => _.focusPath('counter').setValue(42),
}))