-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
All components are named "Object" #39
Comments
I think it's related to react-hot-loader, because if you reload page (so components is surely not hot-reloaded), you will see it's original names. |
@tomitrescak, is it indeed related to react-hot-loader? |
@andykog nope, I just switched to create-react-app without the hot loader and it is the same. It says Object on initial page load ;( |
@evisong me too |
I'm experiencing this same issue (All components are being labeled "Object"). I am hot-loading components as well. |
Anything update? same error for me. |
Hi! |
Hi, any idea why all components are named "Object"?
Thanks for the WONDERFUL tool!
The text was updated successfully, but these errors were encountered: