WidgetCOMP doesn't return as panelCOMP

As you can see in the attached file, a WidgetCOMP shows up as .panelChild, but is not included in findChildren(type=‘panelCOMP’), despite having .subType ‘panel’. I would argue that it should be included in a list of findChildren(type=panelCOMP)

WidgetPanel.toe (24.8 KB)

Ah you’ve hit a legacy gotcha. ‘panelCOMP’ is a backwards compatibility alias for ‘containerCOMP’. Use ‘PanelCOMP’ and you will get what you want.