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?