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
Cannot open a SelectMenu with the multiple option in Modal.
Additional context
No response
Logs
vue.js:9137 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
at remove (vue.js:9137:26)
at performRemove (vue.js:7655:7)
at remove2 (vue.js:7669:7)
at unmount (vue.js:7624:9)
at patchKeyedChildren (vue.js:7467:11)
at patchChildren (vue.js:7277:11)
at patchElement (vue.js:6728:7)
at processElement (vue.js:6563:7)
at patch (vue.js:6424:11)
at patchKeyedChildren (vue.js:7363:9)
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'type')
at unmountComponent (vue.js:7682:18)
at unmount (vue.js:7593:7)
at unmountChildren (vue.js:7712:7)
at unmount (vue.js:7621:9)
at patchKeyedChildren (vue.js:7467:11)
at patchChildren (vue.js:7277:11)
at patchElement (vue.js:6728:7)
at processElement (vue.js:6563:7)
at patch (vue.js:6424:11)
at patchKeyedChildren (vue.js:7363:9)
The text was updated successfully, but these errors were encountered:
Environment
Version
v2.9.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-bggkgg?file=app.vue
Description
Cannot open a SelectMenu with the
multiple
option in Modal.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: