Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React DevTools show components as "Loading..."

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: enter image description here

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

like image 356
Migwell Avatar asked Dec 02 '19 07:12

Migwell


1 Answers

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.

like image 89
Fethan Avatar answered Sep 22 '22 00:09

Fethan