Estéban
Estéban
Bonne idée ça ! 👌
see https://github.com/unjs/website/pull/271
Yes, and this can remove the order of style so reset CSS can be applied after real CSS. see https://github.com/unjs/website/pull/96#discussion_r1312789972
> I spent a lot of time trying to solve this strange behavior. Duplication of styles is a major performance issue. > Should the `inlineStyles` parameter be set to false...
I'm trying to reproduce but I don't know why it's seems a little bit tricky. Why the error could be an H3Error? How could it be related to H3?
Sometimes, it's a NuxtError, sometime a H3Error. Could I have some explanation on how TypeScript choose which type?
Types when everything if fine (`.nuxt/types/imports.d.ts`) ([email protected])  When I got the error (same file) ([email protected]) 
With [email protected] 
Okk, after retrying with [email protected], seems related to this version since it's working fine with [email protected]. I don't know why this happens and if it could happen again so I...
> Have you tried using object syntax? > > ```vue > > > :to="{ > path: '/', > query: { > utm_source: 'bar', > }, > }" > > >...