Skip to content

Instantly share code, notes, and snippets.

@hsipeng
Created September 12, 2019 02:16
Show Gist options
  • Save hsipeng/4fdccb42bb2def3a0872fa6b84b35424 to your computer and use it in GitHub Desktop.
Save hsipeng/4fdccb42bb2def3a0872fa6b84b35424 to your computer and use it in GitHub Desktop.
react props actions and functions
React.Children.map(this.props.children, child => {
return React.cloneElement(child, {
params: () => {}
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment