mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
fix(redux-slider-monitor): fix warnings in example (#548)
This commit is contained in:
parent
b1fce36a54
commit
ca4101b942
|
@ -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