Test and document what happens when a component element is defined as ref
twice
#71
Labels
Documentation
Improvements or additions to documentation
ref
twice
#71
Most "common" use case for this scenario is when an element needs controlling from its parent and grandparent (mostly when dealing with wrappers).
In that case, a grandparent will also select the grandchild component (setting
ignoreGuard
to true inrefComponent(s)
), and potentially add bindings to it.Need to test:
And more advanced:
The text was updated successfully, but these errors were encountered: