Is anyone else using Auto Layout in their components?
I find it slightly annoying that elements get forced to have a fixed width when making something a component.
Auto layout has some really useful use cases for moving things in the right way with the right padding when changing instances of text for example. Once this becomes a component the width is forced to fixed making it pretty pointless for being a component.
I wondered if anyone else has come across this issue?