Feliz icon indicating copy to clipboard operation
Feliz copied to clipboard

ReactComponent attribute does not pass a tupple attribute to the component when the arguments are curried

Open landy opened this issue 1 year ago • 2 comments

Hello Zaid, I encountered an error when passing an Aether optic (two functions in a tuple).

The function with the ReactComponent is compiled to javascript correctly. But the argument is not passed to the function when the component is used.

I created an example repository where the problem is visible https://github.com/landy/aether-fable-bug

image

landy avatar Feb 21 '23 08:02 landy