Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React dev tools blank component

Hello does anybody knows what's wrong with my react dev tools? the components tab is blank see photos

like image 825
Hilman Avatar asked Sep 20 '19 16:09

Hilman


2 Answers

Open the DevTools and do a ctrl+shift+p and then Reload DevTools. Unless there is an error in your app, this should help. Or use the suggested shortcut alt+r

like image 98
Divakar Rajesh Avatar answered Nov 18 '22 00:11

Divakar Rajesh


Adding to the solution from @divakar

Windows:

Open the DevTools and do a ctrl+shift+p and then Reload DevTools. Unless there is an error in your app, this should help. Or use the suggested shortcut alt+r

MacOs users:

Option + Command + J, followed by Command + Shift + P. Then Reload DevTools

Reload dev tools

like image 2
Roger Perez Avatar answered Nov 18 '22 00:11

Roger Perez