Deano
Deano
I had the same issue and `import EventCalendar from 'react-event-calendar'` resolved it
@pomelyu looking at the source code looks clean, thanks very much
If you are trying to use `async / await`, you could use [pify](https://www.npmjs.com/package/pify) package to Promisify a callback-style function, here is an example ``` const pify = require('pify'); (async ()...
I'm unable to upgrade jquery to latest version because amplify package used under the hood is using [email protected] Any ideas about how how I can upgrade jquery to the latest...
@evolross the `! `exclamation point did the trick, thanks very much!
@robfallows transform function Is only available on the client, not on the server, that's why I wanted to modify the documents before sending them to the client.
@robfallows You are correct; however, the transform function that I added, will target the results of aggregation vs. transform function that will target documents from a single collection, it's like...
I have the same issue, it went smoothly in the demo video, yet on vanilla CentoS 7 it hangs in Pending state
@judavi How much memory / CPU dose your VM have?