Anyone know why the ReactJS Chrome browser extension isn\'t showing for mein dev tools? It\'s installed, at one point it was working.
I\'m using chrome Version 39.0.2171
i had the same problem . and it was solved just like @Siddharth Sharma said . open the console and create a react object just like bellow .
window.react = {};