HeapsIO / domkit

CSS Components based strictly typed UI framework for Haxe
MIT License
84 stars 20 forks source link

Add error on super called after initComponent() #40

Closed Speedphoenix closed 1 year ago

Speedphoenix commented 1 year ago

Having the parent class' initComponent() call after the child's will give only the parent class' properties.

(This is somewhat tedious to investigate if you don't immediately see the initComponent() in the wrong place)

ncannasse commented 1 year ago

Thanks!