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.65 (64-bit) on Mac OS X v 10.7.5
I read the reviews on this extension, some people said need to expose React as a global. I'm using React NPM with:
var React = require('react');
window.React
, please see #26347989 – Mydriatic