I happened to stumble into this error while updating my nuxt version. This error occurs only on the first run. I am using vuetify(3.10.2) with nuxt(3.19.2);
What I have tried; 1. update slot for fallback incase of ssr related issues 2. update components. 3. update nuxt to 3.20.2 4. dedupe 5. use <ClientOnly>
Yet, nothing is worling. I am stuck here, please help.