turbine icon indicating copy to clipboard operation
turbine copied to clipboard

when(...).log() error

Open stevekrouse opened this issue 6 years ago • 0 comments

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?

stevekrouse avatar Dec 12 '18 11:12 stevekrouse