react-styled-flex
react-styled-flex copied to clipboard
Fix children definition in FlexItem
The current FlexItem prop definition is broken: it does not allow it to have children because children is also defined in FlexBoxProps. This is a quick fix I made to solve the problem but you may have a better suggestion how to structure it in a nicer way.