oliverjam / intro-react-workshop

8 stars 2 forks source link

Error in the code!! #5

Closed sallamTanna closed 6 years ago

sallamTanna commented 6 years ago

In the fourth section of the workshop, which is "Storm the Form", inside "Multiple inputs" part, There is an error in the code. The code is inside the form tag. Line 20: value={this.state.input} should be replaced to be value={this.state.name} Line 29: value={this.state.input} should be replaced to be value={this.state.email}

Hope this is clear and helpful!

oliverjam commented 6 years ago

Thanks for pointing that out! I'll push a fix now