diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index e9d65c92ad..ca1d8d09c7 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -391,7 +391,7 @@
this.props.value with this.state.value inside the <button> tag.() => alert() event handler with () => setState({value: 'X'}).() => alert() event handler with () => this.setState({value: 'X'}).Now the <button> tag looks like this: