Nicky Irawan

Results 3 comments of Nicky Irawan

Same here but I use gridsome. When I check, it actually happen because I use v-touch like v-on, e.g. `````` When i see [this documentation](https://github.com/jerrybendy/vue-touch-events#how-to-add-extra-parameters), I change the code to...

I also had same experience, please see issue #11. The demo using older version of ionic-material, use bower to update. And also, change the index.html file from ``` ``` to...

I also had the same error after renaming my site. I fixed by changing the redirect URL without `.js`. After changing the redirect URL from `{url-of-my-site}/.netlify/functions/auth-callback.js` to `{url-of-my-site}/.netlify/functions/auth-callback`, run trigger...