Skip to content

Commit 467cf89

Browse files
committed
Fix examples
1 parent 995059e commit 467cf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/focus/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class App extends React.Component {
1010
this.state = { inputValue: '' };
1111
}
1212

13-
handleInputChange(e) {
13+
handleInputChange = (e) => {
1414
this.forceUpdate();
1515
this.setState({ inputValue: e.target.value });
1616
}

0 commit comments

Comments
 (0)