With react dev-tools installed on Chrome browser, and navigating to a url with react - https://www.hellosign.com/ (blue indicator sees that it had react.js in it), the dev-tools tab does not appear in the console. This issue has been discussed before, but having researched it for 2014, 2015, and 2016 can find no proposed resolution that seems to work now, save one hack that only applies in one very narrow set of circumstances.
Any new ideas on how to get around this? Thanks.
is the react code located inside of an iframe?
Looking at the minified source, there are iframes for the google tag manager and a zendesk widget. Was looking to the chrome extensions to let me view and manipulate the react.js code on the page. I'm a react.js newbie, so I may be missing something that's right in front of me here.
Are you sure there's react on the page? (not sure what you mean by "the blue indicator")
Along with the react developer tools there is another chrome plugin that indicates whether a page has react.js code in it, called the react detector.
.. so on the https://www.hellosign.com/ page, it indicates that there is react.js code on the page .. but then with no develop tool showing as available in the console, nothing you can do, knowing it's there, but unable to test or manipulate it.
www.hellosign.com doesn't seem to use React for me... Their main application at app.hellosign.com does though.
Besides that, react-detector may probably break in the future as it doesn't light up on www.facebook.com (when logged in to a FB account)
Not working for me either; even on facebook.com. Stuck on "Connecting to React...".
it is working for me, tried on app.hellosign.com and also facebook home page.
Chrome: Version 57.0.2987.133 (64-bit)
OS: Windows 10
I bit the bullet and just uninstalled/re-installed the extension and now it's working properly.
This wasn't working for me either. After quitting Chrome completely and restarting Chrome, the React Devtools worked again.
Going to close because this seems like a mix of misunderstanding (“React detector” is not an official thing and I don’t know how it works) and Chrome bugs (the ones reported to be fixed by reinstalling / quitting the app).
i had the same problem. it didn't show up, but i ran my react app then opened the dev tools and there it was. i think the website you're currently on needs to be using REACT for the REACT dev tool option to be available
The solution for me was to grant access for react to access my files

dovydasbu's suggestion worked for me. Thanks!
Just after restarting browser, newly installed react dev tools start working...
Most helpful comment
The solution for me was to grant access for react to access my files