Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open multiple SelectMenu inside Modal #819

Closed
kakkokari-gtyih opened this issue Oct 15, 2023 · 1 comment
Closed

Cannot open multiple SelectMenu inside Modal #819

kakkokari-gtyih opened this issue Oct 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kakkokari-gtyih
Copy link

Environment

  • Operating System: Windows_NT
  • Node Version: v18.18.0
  • Nuxt Version: 3.6.5
  • Nitro Version: 2.5.2
  • Package Manager: [email protected]
  • Builder: vite
  • User Config: runtimeConfig, css, modules, ui, vite, i18n, nitro, experimental, locales
  • Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected]
  • Build Modules: -

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

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)
@kakkokari-gtyih kakkokari-gtyih added the bug Something isn't working label Oct 15, 2023
Copy link
Member

Duplicate #806, you can read the answer there.

@kakkokari-gtyih kakkokari-gtyih closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants