lenrix icon indicating copy to clipboard operation
lenrix copied to clipboard

Store.updates.shouldNotCompile

Open couzic opened this issue 6 years ago • 0 comments

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

couzic avatar Jun 05 '18 13:06 couzic