Matteo Gabriele
Matteo Gabriele
I'm dealing with the same problem: no idea where to start. It's impossible to test using something like `child_process.execSync`: the output result is full of extra characters and you can't...
@komplexb thanks man! I was looking at it, but i can't spot an example using prompt. Have you tried?
I have the same issue. In my company, we switched to v14 LTS, and this warning started to appear. Anything that can help to remove it? It apparently comes from...
I always had issues with Nuxt: I already wait that the router is ready and an extra tick as well, but it's not enough for the framework to deal with...
I'm sorry for texting you back so late. I checked the PR that @sneko opened but adding multiple dependencies to handle the UTM tag only seems too much for me....
I know this is an old ticket with vue2, but I have just changed the vue3 version on a [email protected] release to see if it's the cause. Do you maybe...
Thanks, @miketromba, for your feedback, and sorry for responding to you so late. I will try to look into this, but if any of you know a solution already, don't...
I am assuming you are using vue-gtag v2
I have based my implementation on google's documentation https://developers.google.com/analytics/devguides/collection/gtagjs/pages there's no specification of being GA4 compatible or not
I might have found the cause on this line. https://github.com/MatteoGabriele/vue-gtag/blob/master/src/api/pageview.js#L38-L40 I have published a beta version of the fix. Can someone have a look to see if this fixes it?...