-
Notifications
You must be signed in to change notification settings - Fork 36
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
Breaks with glimmer (ember 2.10.0) when you don't have a single child element #35
Comments
I have the problem too, if I can get a pointer where to look, I can help. Any ideas where to start? |
Okay, I think its far simpler. If the tether is inside an |
Workaround for now: Replace this:
with this:
Thanks to this post. |
I believe this issue might be solvable using the |
@pzuraq is your suggestion that the |
I have a
ember-tether
inside an{{#if}}
that contains a{{link-to}}
. The following breaks:if
evaluate totrue
{{link-to}}
if
evaluate tofalse
I get this error:
The text was updated successfully, but these errors were encountered: