Sure. I think something like this would be nice for the majority of cases.
I'm just a little unsure if this is a breaking change that may impact
implementations already out there or something we can add - what do you
think? I'm curious what is being passed as a child to create those falsy
items to begin too, at least in your case?
It creates an empty column. If you have a 3 column layout, and your
children are something like [real element, falsy, real element], the
middle column is empty. Maybe it's a false assumption, but I was hoping it
would attempt to "left justify" the real children. I have not tried
React.Children.toArray, will give that a go.
Sure. I think something like this would be nice for the majority of cases. I'm just a little unsure if this is a breaking change that may impact implementations already out there or something we can add - what do you think? I'm curious what is being passed as a child to create those falsy items to begin too, at least in your case?
On Wed, Jan 15, 2020 at 7:59 AM Ross Squires notifications@github.com wrote: