Toms Dobrovoļskis
Toms Dobrovoļskis
@danielroe Is it really the same Vue bug as in #22353? I don't use multiple layouts there and still get this error.
@danielroe What would be the right way to fix the issue I'm dealing with (redirecting to the same route but adding/changing a query param in setup when an API error...
@quroom, do you still use the workaround you provided here and did it solve your issue? I am facing the same issue and I am looking for a fix.
I struggled with this while working on a Nuxt 3 project using Vitest, nuxt-vitest. While tinkering around I stumbled upon a combination that works for me. Here is what worked...
While fiddling around with the `registerEndpoint` source code I came upon a solution of some kind which solved my problem and might serve as an idea worth adding: ``` function...
Facing the same issue, Lighthouse reports this: `[aria-*] attributes do not match their roles` Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes....
These changes would be greatly appreciated as the `destroy()` function in `src/composables/useSlider.js` calls `slider$.value.off()` but `slider$.value` is sometimes non existent.
Would also like the ability to disable the spring effect on default presets.