-
Notifications
You must be signed in to change notification settings - Fork 139
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 'displayName' of null #93
Comments
I ran into this as well. Not truly an issue with this package but people might search and find it. To solve this for now Once the above-mentioned issue is resolved hopefully this shouldn't be an issue anymore. |
Strange, I am getting this error even with EDIT: I was able to fix this by clearing the electron cache/data. (Go to userData folder, and delete everything). |
I also fall into this issue with |
I was able to fix it by deleting just the |
Worked for me, thank you. |
This was a temporary bug in react devtools itself, fixed upstream and therefore closing here |
I'm getting this error on a fresh install, using React devtools
Seems likely it is related to this issue:
facebook/react-devtools#1168
This is my current package.json
The text was updated successfully, but these errors were encountered: