mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 03:36:44 +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"
|
||||
placeholder={this.props.placeholder}
|
||||
autoFocus="true"
|
||||
autoFocus={true}
|
||||
value={this.state.text}
|
||||
onBlur={this.handleBlur}
|
||||
onChange={this.handleChange}
|
||||
|
|
Loading…
Reference in New Issue
Block a user