Finally I get to test new tab panel implementation and I am wondering whether Tab needs to inherit from SimplePanel? I think the most common case is when the tab has just one child component. Our code if full of this:
child = tabPanel.activeTab?.getChildren()?.firstOrNull()
what about something like:
child = tabPanel.activeTab?.child