Skip to content

Instantly share code, notes, and snippets.

@ramsunvtech
Created June 27, 2019 10:44
Show Gist options
  • Save ramsunvtech/309bc5381bb20e8f529a810b20935d84 to your computer and use it in GitHub Desktop.
Save ramsunvtech/309bc5381bb20e8f529a810b20935d84 to your computer and use it in GitHub Desktop.
Pass data to Props.Children
{
React.cloneElement(props.children, { props1: propsValue });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment