You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue 3.5 added the useId function. See https://blog.vuejs.org/posts/vue-3-5#useid.
When no custom implementation is provided using provideUseId() and useId is epxorted by Vue (Vue 3.5 or newer is used), then the default should be changed to use the SSR-safe useId() composable provided by Vue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Vue 3.5 added the
useId
function. See https://blog.vuejs.org/posts/vue-3-5#useid.When no custom implementation is provided using
provideUseId()
anduseId
is epxorted by Vue (Vue 3.5 or newer is used), then the default should be changed to use the SSR-safeuseId()
composable provided by Vue.Beta Was this translation helpful? Give feedback.
All reactions