When a child component is set to constrain proportions within it’s parent, it completely loses the ability to fill it’s parent at the instance level. I assumed, that at the instance level, setting the child to fill the parent would override the constrained proportions, but instead, when I set to fill, I instantly receive a toast at the bottom of the screen informing me that figma set the child’s height to fixed. This absolutely feels like a bug.
If I set a child to fill at the instance level, I expect it to override it’s constrained proportions attribute.