Closed sebbayer closed 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.
<ul>
useId
This PR fixes hydration warnings in Vue 3 SSR (e.g. Nuxt) because the
<ul>
dropdown ID is based on an internal counter. The newuseId
function of Vue 3.5 fixes that.