I\'m trying to find the proper way to define some components which could be used in a generic way:
Cleaner way considering one or more children
{ React.Children.map(this.props.children, child => React.cloneElement(child, {...this.props}))}