children = React.cloneElement(this.props.children, {
fetchLatestPosts: this.props.fetchLatestPosts,
latestPosts: this.props.latestPosts,
childPath: this.props.childPath,
onChangePage: this.props.onChangePage,
})
children = React.cloneElement(this.props.children, this.props)