davidkhanpk

Results 4 issues of davidkhanpk

I am working with default apollo subscription docs example. `const { PubSub } = require('graphql-subscriptions'); const pubsub = new PubSub(); newMessage: { subscribe: () => pubsub.asyncIterator([NEW_MESSAGE]), }, ` This code...

react date picker module after version 2.x now only working with javascript date functions. After 2.x it is not supporting moment date functions.

I am integrating connectycube web samples with my create-react-app. But my app is crashing with this error: ./node_modules/connectycube/lib/cubeMeeting.js Support for the experimental syntax 'classProperties' isn't currently enabled (11:7): react version:...