SF components Hydration node mismatch: expected on client: Symbol(v-cmt)
I’m using the <Footer /> block exactly as shown in the official Storefront UI documentation.
When running the app using Nuxt 3 with SSR enabled in development mode (via npm run dev inside a Docker container), I’m encountering the following hydration warning at runtime:
I also previously saw:
Important: These hydration mismatches happen at runtime, i — if I refresh the page, they’re gone. I’ve seen similar issues with other components like SfLink, SfListItem...
Are these components expected to work reliably with Nuxt 3 SSR, or are there specific usage patterns to avoid to prevent mismatches?
0 Replies