Open stevekrouse opened 5 years ago
filterApply(Behavior.of(undefined).map(() => () => true), stream).log()
Upon an event from stream errors: predicate.at(...) is not a function.
stream
predicate.at(...) is not a function
If you replaced undefined with 1, the error goes away.
undefined
1
That looks like a bug to me. It's really more a Hareactive than a Turbine bug though. But whatever we can keep it here :smile:
Sounds good - happy to move it if you'd like. Just let me know :)
Upon an event from
stream
errors:predicate.at(...) is not a function
.If you replaced
undefined
with1
, the error goes away.