render() { return( <div> {React.cloneElement(this.props.children, this.props)} </div> ) } }
Last updated 6 years ago