meteorhacks/flow-components

Nested child and children support

Opened this issue · 0 comments

Now, this works.

FlowComponents.child("aa").child("aa").child("aa").child("aa").child("aa")

But it shouldn't. So, we need to fix it.