Open rudolfbyker opened 5 months ago
If you would remove either of the VNavigationDrawer
components or the call to onServerPrefetch
, the hydration mismatch goes away.
Hoping they solve this one eventually. Nuxt 3.4.12 / Vuetify 3.6.13 / Vue 3.4.34 and my v-navigation-drawer only works without throwing this warning if I wrap it in ClientOnly.
Environment
Vuetify Version: 3.6.7 Vue Version: 3.4.27 Browsers: Firefox 126.0 OS: Linux x86_64
Steps to reproduce
yarn install
yarn run dev
oryarn build && yarn preview
Expected Behavior
No hydration mismatches.
Actual Behavior
Reproduction Link
https://github.com/rudolfbyker/github-lnygjw