turbine
turbine copied to clipboard
when(...).log() error
when(Behavior.of(true)).log()
Errors: Cannot read property 'Symbol(Symbol.iterator)' of undefined
yield sample(when(Behavior.of(true)).map(x => console.log(x)))
Outputs an OfFuture value. Maybe Future's don't have their toString method defined?