redux-form-material-ui
redux-form-material-ui copied to clipboard
the second getRenderedComponent function result is undefined
"redux-form-material-ui": "^5.0.0-beta.2"
componentDidMount () { this.refs.firstField // the Field .getRenderedComponent() // .getRenderedComponent() // result:=> undefined .focus() // on TextField }
error: TypeError: Cannot read property 'focus' of undefined
+1 I think this doesn't use new React createRef()