João Ferreira
João Ferreira
Shouldn't the script contain `type="text/partytown"` Instead of `type="text/partytown-x"` ?
> Experimental Nuxt 2 support is available in 1.2.1. Give it a try and let me know how it works for you! Just to validate so the module does work...
Also would like to know if the answer from @andreidobrinsk is suffice for GPDR, any of you guys know? My objective was only to know each pages of my site...
I'm having the same issue I tried to use npx to use the latest then tried with `2.33.4` and also `2.20.0` and neither of them worked. ``` npx [email protected] schema:download...
Okay made it work guys, using the latest version of the package but using `node 14.16.0`: ``` npx apollo schema:download --endpoint=https://graphql-pokeapi.graphcdn.app/graphql schema.json ``` The moment I changed node version with...
Awesome feature 🥇
The same issue happening to me in a side project, the solution as said before was every time we change the `schema.prisma` in vscode we jus run the task: `Developer:...
The solution of using `prettier: true` works really well for me, it prints more things and this way we can find the html error easily.
> Hey @SanderCokart. There is a configuration option on most of the rules called "callees" ([See here](https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/docs/rules/no-custom-classname.md#callees-default-classnames-clsx-ctl-cva-tv)) By using it, you should be able to get the rules to work...
> > > turns out if you have the `#cmdk-root` (or any element inside it) focused the navigation will work, so if you dont put a Input component you'll have...