Make sure you're aware that there's a hydration issue on nuxt 3
:rocket: Deprecation: This module has been fully moved into @nuxt/hints !
yarn|pnpm|npm install -D nuxt-hydration
export default defineNuxtConfig({ modules: ['nuxt-hydration'] })