I’m building some basic table cell components which have ‘Left content’ and ‘Right Content’ all with Boolean props on them. I’ve noticed if I turn off the Right Label and Subtitle text layers, the frame itself doesn’t collapse therefore still taking up the space. Is this intended or a bug? The frame is set to ‘Hug’ so if nothing inside is visible surely it should collapse to 0 width and allow more room for the left content.
I really don’t want to add another Boolean to the Left and Right frames as I feel this over complicates the component.