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

Checkbox: Hydration mismatch #1485

Closed
MickL opened this issue Mar 7, 2024 · 1 comment · Fixed by #1495
Closed

Checkbox: Hydration mismatch #1485

MickL opened this issue Mar 7, 2024 · 1 comment · Fixed by #1495
Labels
bug Something isn't working

Comments

@MickL
Copy link
Contributor

MickL commented Mar 7, 2024

Environment

  • Operating System: Darwin
  • Node Version: v21.2.0
  • Nuxt Version: 3.10.3
  • CLI Version: 3.10.1
  • Nitro Version: 2.8.1
  • Package Manager: bun@1.0.25
  • Builder: -
  • User Config: extends, modules, runtimeConfig, routeRules, i18n
  • Runtime Modules: @nuxt/ui@^2.14.2
  • Build Modules: -

Version

2.14.2

Reproduction

https://stackblitz.com/edit/nuxt-ui-p7bke9?file=app.vue

Description

Using <UCheckbox /> throws multiple warnings:

[nuxt] `useId` might not work correctly with components that have `inheritAttrs: false`.
useId @ id.js:32
[Vue warn]: Hydration attribute mismatch on 
...
 - rendered on server: id="eskp0p2pNz:8"
 - expected on client: id="eskp0p2pNz_0"

Additional context

No response

Logs

No response

@MickL MickL added the bug Something isn't working label Mar 7, 2024
Copy link
Member

@romhml Any hint on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants