-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property '_currentElement' of null #128
Comments
I have the exact same issue. Did you resolve it? |
Hi, so I took a look at it a bit more and I found out, that the problem was (in my case) in |
@ZaphyrVonGenevese are you talking about your own |
@dcousens Yes, I am talking about my own |
I'm assuming that it has something to do with somehow bringing in an older version of react. I was having the same error message, in my case I was depending on browserify's The fix was explicitly depending on react >= 0.12 in my dev-dependencies got rid of the error. It might sense to add a note in the README for people that bump into this one. The fix is easy, but it's not clear what to do or why when you get this error. |
So what was the cause? I have the same issue and in searching for a solution other people were saying that it had to do with multiple different things. In my case I changed |
@ any updates? |
what was the cause?has any one know? |
Hello
Not sure why I am getting this error message when I try to create a simple Select
error message
Uncaught TypeError: Cannot read property '_currentElement' of null
Thanks
The text was updated successfully, but these errors were encountered: