We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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 😄
Sorry, something went wrong.
Sounds good - happy to move it if you'd like. Just let me know :)
No branches or pull requests
Upon an event from
stream
errors:predicate.at(...) is not a function
.If you replaced
undefined
with1
, the error goes away.The text was updated successfully, but these errors were encountered: