how do we transclude the children elements? I tried the code below and gotten an "Objects are not valid as a React child" error... `<div> {this.props.children} </div>`