Florian
Florian
> that's a good point. clicking a button should be enough (as with the animated loading screen from v3) and we could save that to local storage to persist between...
It's a timing issue. Problem: After configuration changes, the Vite `moduleGraph` is not yet fully populated during the `SSR` request, which means CSS files from `nuxt.options.css` are not included in...
I tried to fix it with the follow problem: I **can** see the error in the codesandbox project, but the same code runs perfetctly on all my machines (Linux, Windows),...
I tried all, long fake server api, multple times.. all. I cannot reproduce it, also I can't find and solve the "issue". Throws the error with current 4.2.2 Nuxt version,...
All right. First I was skeptical, cause here: https://github.com/nuxt/nuxt/pull/30500 we must add router.replace for `query params`. but without `router.replace(xxxx)` it works fine for me. I guess `Vite` makes it good...
By the way: The docs for the `useRules` composable are wrong and should be revised. (PR: https://github.com/vuetifyjs/vuetify/pull/21267) Thx :-)