-
Notifications
You must be signed in to change notification settings - Fork 33
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
<Foo bar={{baz}}/>
fails
#10
Comments
@Turbo87 - What Ember version? Does the same happen for |
Yeah, looks like an issue with glimmer-vm. Transitioning from the mustache state to tag end state seems to require a space... |
This was with |
Ya, but I think it would have the same issue back to 2.10 all the way through current glimmer-vm master. We'll have to fix it over there I think since the error happens before our AST transform has a chance to run... |
yep, that's what I feared. would probably still be good to document it in a "Caveats" section. |
I created glimmerjs/glimmer-vm#829 to track actually fixing. |
resulted in
Unclosed element 'openHomeMobile' (on line 4).
Adding a space before the
/>
solved the issue.The text was updated successfully, but these errors were encountered: