We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
Nuxt
v3.0.0-alpha.13
https://codesandbox.io/p/devbox/gifted-moon-ms65xm
hovering over a open drop down item in a drawer results in a recursion error.
<script setup lang="ts"> const items = ref([ { label: 'hover me for a recursion error', }, ]) </script> <template> <UDrawer> <UButton label="Open Drawer"/> <template #content> <UDropdownMenu :items="items" > <UButton label="Open Drop down"/> </UDropdownMenu> </template> </UDrawer> </template>
Uncaught InternalError: too much recursion NuxtJS 5 focus handleFocusOut ct f focus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
latest
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.13
Reproduction
https://codesandbox.io/p/devbox/gifted-moon-ms65xm
Description
hovering over a open drop down item in a drawer results in a recursion error.
Additional context
Logs
The text was updated successfully, but these errors were encountered: