Closed kokjinsam closed 9 years ago
I think this is duplicate of #50. The current design is that block components are not in a component tree, but siblings. Use dumpAllComponents
to see the component tree to better understand what is happening.
I agree this is unexpected behavior and should probably be fixed.
Ahh. Thanks for clearing it up!
I'm not sure I'm doing something wrong but here's my use case:
Let's say I have two components namely componentA and componentB:
and
In a HTML file, I have something like this:
Both this.parentComponent() and this.childComponents() return null. In this case, am I doing something wrong?