-
-
Notifications
You must be signed in to change notification settings - Fork 8
higher-order functions #2
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
Comments
Sorry for the lack of response. I tried messing with this tonight and I was able to get it working a little bit by assigning the anonymous functions of |
Hey @joaomilho, if this is still an issue, can you try out the new release v1.1.0 and let me know. If its still an issue, please can you show input code and what you expect the output to look like please. |
Closing with lack of response. More than happy to reopen if this is still an issue. |
@wyze Just tested with version 1.1.1, the reported issue is still there, can you reopen this? |
Sure, do you have a small snippet of actual code you could provide and what the expected output is? |
The example @joaomilho provided still doesn't work. It's as trivial as you can make the issue. |
Ex1: This works
Ex2: This doesn't
I suppose this is a tricky use case, but being able to leverage higher order functions (in this case to pre-manipulate props) is a common thing when coding with a more functional style.
Is there any workaround?
The text was updated successfully, but these errors were encountered: