Skip to content
New issue

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

calling method with a name matching the name of an action leads to wrong action chaining #40

Open
ammarnajjar opened this issue Dec 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ammarnajjar
Copy link
Owner

ammarnajjar commented Dec 28, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant