Skip to content

Wrong state on initial page load with SSR enabled #75

Description

@jeffjfreeman

Hi,

When using this module with SSR enabled, the Vuetify components are rendered in the wrong state on the initial page load. When disabling SSR, they are rendered as expected.

I created an example here: https://stackblitz.com/edit/nuxt-vuetify-ssr?file=app.vue

When the container loads, you'll notice none of the v-chips are rendered in active state, even though the v-model ref indicates the v-chips at index 1 and 4 should be in active state. If you disable SSR in nuxt.config.ts and reload the container, you'll notice the v-chips at index 1 and 4 are rendered in active state as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: ssrSSR, hydration, SSGbugSomething isn't workingneeds reproductionNeeds a minimal reproductionpriority: p2: highHigh: common bug, strong friction

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions