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
…e components (#1844)
Relates to #1521
Support SSR for OnyxSelect, OnyxNavButton, OnyxUserMenu and more
components by:
- update to Vue 3.5
- replace custom `createId()` with Vue's new `useId()` which is SSR
compatible
- a few other SSR fixes
- also fixes the missing JSDoc for properties (see #1498)
We received some feedback from our alpha testers / developers:
Other feedback is in:
Feedback from 6th June
Feedback from 13th June
multiple
prop is set etc.)document.getElementById()
in thecreateListbox()
which must only be accessed inonMounted()
)The text was updated successfully, but these errors were encountered: