Skip to content

ExpandableListItem: Narrow down customExpandedViewContent type to Component

Because that's what it is. And Loader doesn't need to check for it in active property's binding — that's redundant and pointless.

As a bonus, a Component property allows using the engine's shortcut, that is, omitting Component { wrapper } in declarations.

Merge request reports