I'm trying to make a column based layout where each row takes all the space available in the flex container if I set the width to be 100% the box overflows the flex parent container, if I use width="auto" the width of the child box is 0, in the Yoga layout demo works as expected.
Yoga Demo
three-flex demo
https://codesandbox.io/s/weathered-wildflower-9urbo?file=/src/styles.css