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}
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 bevalue={this.state.name}
Line 29:value={this.state.input}
should be replaced to bevalue={this.state.email}
Hope this is clear and helpful!