0 votes
in ReactJS by

Why React tab is not showing up in DevTools?

1 Answer

0 votes
by

When the page loads, React DevTools sets a global named __REACT_DEVTOOLS_GLOBAL_HOOK__, then React communicates with that hook during initialization. If the website is not using React or if React fails to communicate with DevTools then it won't show up the tab

Related questions

0 votes
asked Jun 19, 2020 in ReactJS by JackTerrance
0 votes
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
...