trevoreyre / autocomplete

Accessible autocomplete component for vanilla JavaScript and Vue.
https://autocomplete.trevoreyre.com
MIT License
434 stars 75 forks source link

Fix hydration warnings in Vue 3 SSR #175

Closed sebbayer closed 2 months ago

sebbayer commented 2 months ago

This PR fixes hydration warnings in Vue 3 SSR (e.g. Nuxt) because the <ul> dropdown ID is based on an internal counter. The new useId function of Vue 3.5 fixes that.