kendo-vue
kendo-vue copied to clipboard
[Bug][Input] Hydration error and warning is thrown when using Nuxt 3.9.0
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:
- Open this stackblitz
- Open the console and observe:
Expected behavior No warnings or errors should be present
Ticket ID: 1635864
Also reported in 1648420
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 />