-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
First of all thanks for taking time and making these tutorials @wesbos. Using React 15.0.2 I have noticed that if I use:
{ React.cloneElement(this.props.children, this.props) }As written in Main.js#L14 component I'll get warnings:
keyis not a prop. Trying to access it will result inundefinedbeing returned
Instead this will work:
{this.props.children}Metadata
Metadata
Assignees
Labels
No labels