redux-form-material-ui
redux-form-material-ui copied to clipboard
Uncaught TypeError: Cannot read property '__reactInternalInstance$b8j8e0whlm' of null
Followed exactly the tutorial you provided and I am getting this
Uncaught TypeError: Cannot read property '__reactInternalInstance$b8j8e0whlm' of null error when inserting a TextField into one of my redux-form Field components.
Following are my package versions:
"react": "^15.4.2" "redux-form": "^6.4.3", "redux-form-material-ui": "^4.3.4", "material-ui": "^0.20.2"
Any ideas ?