kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Bug][Input] Hydration error and warning is thrown when using Nuxt 3.9.0

Open filipKovachev opened this issue 1 year ago • 2 comments

Describe the bug When rendering an Input with Nuxt 3.9.0 hydration warnings and error is being triggered.

To Reproduce Steps to reproduce the behavior:

  1. Open this stackblitz
  2. Open the console and observe: image

Expected behavior No warnings or errors should be present

Ticket ID: 1635864

filipKovachev avatar Jan 04 '24 12:01 filipKovachev

Also reported in 1648420

filipKovachev avatar Apr 12 '24 14:04 filipKovachev

The issue might stem from the guid() function, we should conduct a thorough investigation for hydration mismatch related to the id values in the internal elements such as <span />, <li />, and <ul />

filipKovachev avatar Oct 14 '24 12:10 filipKovachev