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
if the effect calls a method (private or (fixed with #41 ) imported) with the exact same name as one of the actions, e.g:
action1 -> this.action2()
this will lead to a wrong chain:
action1 -> action2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if the effect calls a method (
private or(fixed with #41 ) imported) with the exact same name as one of the actions, e.g:this will lead to a wrong chain:
The text was updated successfully, but these errors were encountered: