To repro:
npm start
- Open localhost:8080 in the browser
- Observe blank page, error messages in console about
Group
not being a valid React element - Crtl+C the webpack-dev-server
- Comment out the
'react-hot-loader/patch',
line inwebpack.config.js
npm start
- Open localhost:8080 in the browser
- Observe the page renders properly