betula opened this issue 4 years ago · 1 comments
signal .from(() => sharedCardPage().hasCard) .flow.filter((flag) => flag) .watch(this.inc) // --> .flow.filter() // same as .flow.filter((flag) => flag) .flow.filter.not() // same as .flow.filter((flag) => !flag)
Implemented for "filter" and "filter.not" 0.6.0