-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support nested elements on @child and @children #604
Comments
https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver |
@bigopon thoughts? |
#590 is the issue related to fix #590 is waiting for @jdanyow @EisenbergEffect 's review |
I don't follow.
|
if we have something like this rendered <app>
<tree>
<tree-node>
<tree>
<tree-node>...</tree-node>
</tree>
</tree-node>
</app> What would |
On app, an array of two |
Since #590 is closed, can this be closed as well? |
I'm submitting a feature request
Current behavior:
@children
and@child
select immediate children only.@children
and@child
should select arbitrary nested children.This is a great and important feature, and it is a shame that it boxes you into structuring your markup a particular way.
If the reason for limiting to immediate children was performance, this could be configurable:
The text was updated successfully, but these errors were encountered: