Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydration issue with Buttons/Marks inside ListComponents #649

Open
aadgrant opened this issue Jan 26, 2023 · 1 comment
Open

Hydration issue with Buttons/Marks inside ListComponents #649

aadgrant opened this issue Jan 26, 2023 · 1 comment
Labels
bug Something isn't working needs-repro

Comments

@aadgrant
Copy link
Contributor

aadgrant commented Jan 26, 2023

Not sure this is a bug with Sanity but rather my own Nuxt setup. Any help would be appreciated!

Version

module: 1.6.0
nuxt: 3.1.1
srr: true & false

  components: {
    global: true,
    loader: true,
    dirs: ['~/components'],
  },

What is expected?

ListComponent renders Marks on both SSR and Client Side

image
image

What is actually happening?

ListComponent only renders Marks when loading page directly, not when browsing between pages
image
image

Things I've tried

Importing serializers directly using both import and resolveComponent - asynchronous component does not seem to affect the rendering/hydration

@aadgrant aadgrant added the bug Something isn't working label Jan 26, 2023
@danielroe
Copy link
Collaborator

Would you share some more code, or, ideally, a reproduction?

@danielroe danielroe removed their assignment Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-repro
Projects
None yet
Development

No branches or pull requests

2 participants