I have:
const section = cloneElement(this.props.children, { className: this.props.styles.section, ...this.props, });
Inside this.
this.
or you can do something like this...
var newProp = (this.props = {p1, p2,...list out all props except styles});