getChildByName returns undefined when there is an extension present? #2948
Answered
by
Gerrit0
NullVoxPopuli
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Gerrit0
Apr 29, 2025
Replies: 1 comment 1 reply
-
Yes, this is expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NullVoxPopuli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is expected.
getChildByName
splits on.
if passed a string, accepting a dotted path to navigate children too. You can avoid this by usinggetChildByName([name])