Siddhartha Dutta

Results 3 issues of Siddhartha Dutta

I get the following error on console when I execute npm run dev on console and run localhost:4444 on chrome. > XMLHttpRequest cannot load http://localhost:8080/sockjs-node/info?t=1486303721476. The value of the 'Access-Control-Allow-Origin'...

My components have query fragments of the following form: initialVariables : { type : 'videos', pageSize : 10, community : 3 }, fragments: { viewer: () => Relay.QL` fragment on...

My root index.js looks like the following: ``` class RelayApp extends Component { componentDidMount() { OneSignal.addEventListener('received', this.onReceived); OneSignal.addEventListener('opened', this.onOpened); } componentWillUnmount() { OneSignal.removeEventListener('received', this.onReceived); OneSignal.removeEventListener('opened', this.onOpened); } render() { return...