Skip to content

getChildByName returns undefined when there is an extension present? #2948

Answered by Gerrit0
NullVoxPopuli asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is expected. getChildByName splits on . if passed a string, accepting a dotted path to navigate children too. You can avoid this by using getChildByName([name])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NullVoxPopuli
Comment options

Answer selected by NullVoxPopuli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants