Closed jbghoul closed 4 years ago
Layout widget name is defined after constructor parameters are applied
As a consequence, children setter can be called before layout has a name, so chidren propery "parentName" is null
new Layout({ children: [new Widget()] }); layout.children[0].parent === null
Layout widget name is defined after constructor parameters are applied
As a consequence, children setter can be called before layout has a name, so chidren propery "parentName" is null