mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
fix(redux-slider-monitor): fix warnings in example
This commit is contained in:
parent
016a26c837
commit
951fe050fa
|
@ -54,7 +54,7 @@ export default class TodoTextInput extends Component {
|
||||||
})}
|
})}
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={this.props.placeholder}
|
placeholder={this.props.placeholder}
|
||||||
autoFocus="true"
|
autoFocus={true}
|
||||||
value={this.state.text}
|
value={this.state.text}
|
||||||
onBlur={this.handleBlur}
|
onBlur={this.handleBlur}
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user