You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that I have trouble with the padding and constraint of a layout inside of a base component if I use inherits. In the following example the padding of the HorizontalLayout for FinalButton is not respected and for MyButton is respected:
I noticed that I have trouble with the padding and constraint of a layout inside of a base component if I use
inherits
. In the following example the padding of theHorizontalLayout
forFinalButton
is not respected and forMyButton
is respected:As workaround the padding is respected after adding
@children
toFinalButton
:The text was updated successfully, but these errors were encountered: