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
Code to reproduce the issue:
import { createEvent } from 'effector' const click = createEvent() click.watch(console.log) const preclick = click.prepend(n => n) preclick()
Expected behavior:
undefined in console
undefined
Actual behavior:
click.watch doesn't get called
click.watch
Versions of packages used:
0.18.1
The text was updated successfully, but these errors were encountered:
Open in Gitpod - starts a development workspace with a preconfigured issue branch and opens it in a browser IDE.
Sorry, something went wrong.
fixed in ba29b8b
add note in changelog about #35
b95c85c
No branches or pull requests
Code to reproduce the issue:
Expected behavior:
undefined
in consoleActual behavior:
click.watch
doesn't get calledVersions of packages used:
0.18.1
The text was updated successfully, but these errors were encountered: