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
foo |> new .
Error in dev console is TypeError: e.children is undefined
TypeError: e.children is undefined
The text was updated successfully, but these errors were encountered:
Thanks for the report! Definitely the compiler shouldn't crash like this.
But I think the code is invalid: . needs to be inside a function call but isn't.
.
You probably want foo |> new &
foo |> new &
Sorry, something went wrong.
new
5435a9a
edemaine
Successfully merging a pull request may close this issue.
Error in dev console is
TypeError: e.children is undefined
The text was updated successfully, but these errors were encountered: