Just updated react to 0.13.3 and now I get the following message in Chrome react developer tool: \"waiting for roots to load...to reload the inspector\" and a b
\"waiting for roots to load...to reload the inspector\"
Check your imports and exports of each of your component files. I had this same error because I forgot to export a component to my index.js file.