fix(redux-slider-monitor): fix warnings in example (#548)

This commit is contained in:
Nathan Bierema 2020-08-01 15:40:19 -04:00 committed by GitHub
parent b1fce36a54
commit ca4101b942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export default class TodoTextInput extends Component {
})}
type="text"
placeholder={this.props.placeholder}
autoFocus="true"
autoFocus={true}
value={this.state.text}
onBlur={this.handleBlur}
onChange={this.handleChange}