Mohammed Ridwanul

Results 23 comments of Mohammed Ridwanul

@agentcooper I am using `creat-react-app` which uses webpack and babel

Facing the same issue as well. Here is my App.js (which is copied over from the demo project mostly) ``` import React from 'react'; import logo from './logo.svg'; import './App.css';...