redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

Uncaught TypeError: Cannot read property '__reactInternalInstance$b8j8e0whlm' of null

Open tmartres opened this issue 6 years ago • 0 comments

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 ?

tmartres avatar Jan 22 '19 13:01 tmartres