-
Notifications
You must be signed in to change notification settings - Fork 935
Closed
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v22.16.0
- Nuxt Version: 4.0.3
- CLI Version: 3.27.0
- Nitro Version: 2.12.4
- Package Manager: [email protected]
- Builder: -
- User Config: compatibilityDate, modules, typescript, css, experimental
- Runtime Modules: @nuxt/[email protected], @nuxt/[email protected], @nuxt/test-utils/[email protected], @pinia/[email protected], @pinia/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
3.3.0
Reproduction
https://codesandbox.io/p/devbox/vigorous-flower-n6xmzr
Description
When table data contains empty strings, a hydration error is thrown in the console.
See attached reproduction.
Its not clear if this needs to be resolved upstream, or if its something we can resolve here.
Additional context
Same issue occurs for column definitions whether the label is set to an empty string. Ref: #2976
Logs
yeonjulee1005