Skip to content

Commit ca4101b

Browse files
authored
fix(redux-slider-monitor): fix warnings in example (#548)
1 parent b1fce36 commit ca4101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-slider-monitor/examples/todomvc/components/TodoTextInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class TodoTextInput extends Component {
5454
})}
5555
type="text"
5656
placeholder={this.props.placeholder}
57-
autoFocus="true"
57+
autoFocus={true}
5858
value={this.state.text}
5959
onBlur={this.handleBlur}
6060
onChange={this.handleChange}

0 commit comments

Comments
 (0)