Thilo Hettmer
Thilo Hettmer
### Environment os: Ubuntu 22.04 node: 21.0.0 nuxt: 3.9.3 @nuxt/test-utils: 2.4.3 vitest: 1.0.4 pnpm: 8.3.1 ### Reproduction https://github.com/ThiloHettmer/test-utils-alias-issue/tree/main ### Describe the bug Hi all, we use a monorepo with multiple...
### Description Hey everyone, our cms application fetches the colors from the backend on runtime and sets the css variables via useHead ``` useHead({ style: [ { key: 'primary-color-override', innerHTML:...
### Describe the bug When I navigate away from a page with useRouteParams and navigating back via the browsers back button the route param looses reactivity somehow. This does not...