Bug: Widget name
in containers can be confusing if conflicting with Widget
attributes
#445
Labels
bug
Something isn't working
Describe the bug
Container Widgets allow convenient subwidget access using attribute access... but this can lead to unexpected results if a widget name clashes with an attribute on Widget.
__getitem__
still works, but we should catch these name collisions and provide a more obvious warningThe text was updated successfully, but these errors were encountered: