I have an auto layout button component. It has an absolute positioned component as background, which has a custom shape inside. Shapes and background components constraints set to “Left and right” and “Top and bottom”.
When button text changes, background component also being resized as expected, but the shape inside the background component not.
@Eduardo_Pratti reported this problem here and made a demo file here.