Closed alsiola closed 1 year ago
@leebyron this is still an issue. Any ideas on how we'd get around this?
@alsiola were you able to find a solution?
@amsul Sorry I don't recall ever solving this, and I don't work with the flow ecosystem currently.
If I have a typed object with a lambda function as a value, such as:
Then I get a failure of "Unexpected token" at the first line of code outside the object literal. If I remove the, as below, then all runs fine, but the typing no longer works.
I think this is because the is being interpreted as an opening JSX tag, but I'm not certain.