I\'m trying to find the proper way to define some components which could be used in a generic way:
Try this
{React.cloneElement(this.props.children, {...this.props})}
It worked for me using react-15.1.