When trying to encapsulate my widget with a fragment node, the error ‘attempting to create fragment node’ keeps showing up. I don’t see what i’m doing wrong. Anyone that can help?
Well I am trying to achieve simple thing, I want to have multiple Ellipses and have only one shown in specific time, by that I mean to set hidden property based on some condition. And now the problem is that I need to have Fragment so I could return multiple components without the need of parent component like AutoLayout.
Awesome, thanks for the update. I eventually just encapsulated everything with a frame and made the width and height dynamic by checking it’s contents, which was a huge pain for something simple.