React.jsでコンソールに”Download the React DevTools for a better development experience”って出るやつ。
2015年2月8日
Chromeのconsoleに出てるんですが、これ出っ放しなんかな・・?と思ったんですが、、
Download the React DevTools for a better development experience: http://fb.me/react-devtools
そもそも読み込んでたreact.jsがdebug用だった・・。
<script src="http://fb.me/react-0.12.0.js"></script>
production版は、react.min.jsの方。
<script src="http://fb.me/react-0.12.0.min.js"></script>
ま、開発中は、debug用でいいけど。