I\'ve the following snippet in my index.js
class App extends Component { render() { return ( Welc
I had similar problem, then I found out it was caused by 'beautify' extension. After I uninstalled the extension, everything is working fine.