-
Notifications
You must be signed in to change notification settings - Fork 77
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 on {{#if}}
direct inside {{#vertical-collection}}
#26
Comments
I ran into the same error when I had an |
This is related to #24, it has to do with the way we are moving DOM around to avoid thrashing Glimmer. We may be able to avoid these issues if we remove the It may be a hard requirement to have a stable root element in place, similar to |
Should we treat this as a documentation issue then for now? |
I'm going to try to solve it for beta 2 next week, but if that doesn't work then yes we should. |
@pzuraq with the virtual bounds this should not be an issue. We may have implemented the bounds moving logic incorrectly. |
Yeah, that's what I'm thinking. I think we need to go back to the original design you implemented, where the virtual bounds were used for the VC |
@scottmessinger @luxferresum I should be getting |
I can confirm that it's now working on master. |
I'm having the same error with Is |
This template:
with this data:
breaks with
I'm not sure if this should be supported, but it AFAIK worked in smoke-and-mirrors.
The text was updated successfully, but these errors were encountered: