Vue useId cannot generate unique identifiers for islands #11881
Labels
- P2: nice to have
Not breaking anything but nice to have (priority)
pkg: vue
Related to Vue (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
All browsers.
Describe the Bug
I would like to have unique ids when using new Vue 3.5
useId
method in different Astro islands. Basically apply the same you did at #6976. This issue would be the equivalent of #6849 for Vue 3.5 release.Current improvable result
What's the expected result?
We have a way to generate unique ids for each island using Vue's
useId
or the recommended Astro method.Link to Minimal Reproducible Example
https://stackblitz.com/~/github.com/MRamonLeon/AstroAndVue35UseId?file=README.md
Participation
The text was updated successfully, but these errors were encountered: