You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this the base class already returns null. I think that "return null" is intended behavior, so I don't mind such PR at all :)
If you're at it -- please make sure that it's consistent across all subclasses
Expected behavior:
.child(x)
should returnnull
if there is no child with such index (or no children at all).I can open a PR if maintainers agree
The text was updated successfully, but these errors were encountered: