After I add this:
import injectTapEventPlugin from 'react-tap-event-plugin';
// Needed for onTouchTap
// Can go away when react 1.0 release
// Check this repo:
// https://github.com/zilverline/react-tap-event-plugin
injectTapEventPlugin();
Both of my hot reload setup don't "hot reload" anymore:
If I remove it, then my changes on save are hot-reloaded in the browser (without the need to refresh the page).
any ideas?
thanks.