Reputation: 20127
I need to debug some props that are being used in my React application. However, if I try to inspect certain components, they appear as "Loading..." instead of the normal props list:
However, I know that these components have already rendered as I can see them in the DOM. Also, it stays like this perpetually, so it obviously isn't actually loading anything.
I'm using React DevTools 4.2.1-3816ae7c3
and React 16.12.0
Upvotes: 13
Views: 4277
Reputation: 41
I was having the same issue with Ubuntu and after reinstalling the extension. Close the chrome app and reopen it, then it solved it for me.
Upvotes: 4