Estéban

Results 121 comments of Estéban

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]) ![image](https://github.com/nuxt/nuxt/assets/45267552/9e366b54-b125-460f-8adc-c51ef0417384) When I got the error (same file) ([email protected]) ![image](https://github.com/nuxt/nuxt/assets/45267552/9afbcd6c-cc5c-4338-a501-a8c4f3c246da)

With [email protected] ![image](https://github.com/nuxt/nuxt/assets/45267552/a717841f-7e80-497a-ac4f-a9b84bad11c5)

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', > }, > }" > > >...