\n \u003C/UTooltip>\n \u003C/UAvatarGroup>\n```\n\n---\n```\n \u003CShareProjectModal\n v-if=\"project\"\n v-model:open=\"isShareProjectModalOpen\"\n :project=\"project\"\n :template-name=\"project.template.name\"\n :primary-document-references=\"project.template.primary_document_reference?.map(d => d.name) || []\"\n />\n```\n\nSharedModal\n\n```\n \u003CUModal\n v-model:open=\"isOpen\"\n :ui=\"{\n content: 'max-w-124',\n footer: 'justify-between',\n body: 'flex flex-col gap-4 px-0 sm:px-0',\n }\"\n >\n\n\u003C/UModal>\n```\n\n\n### Description\n\n\nHi, we are using v4 with an avatarGroup tooltip\n```\n \u003CUAvatarGroup\n v-if=\"sharedUsers.length\"\n :max=\"3\"\n size=\"sm\"\n @click=\"isShareProjectModalOpen = true\"\n >\n \u003CUTooltip\n v-for=\"user in sharedUsers\"\n :key=\"user.emailAddress\"\n :text=\"user.fullName ?? user.emailAddress\"\n :delay-duration=\"0\"\n >\n \u003CUAvatar\n :src=\"user.avatar ?? undefined\"\n :alt=\"user.fullName ?? user.emailAddress\"\n />\n \u003C/UTooltip>\n \u003C/UAvatarGroup>\n```\n\nWe have few modal opening on the same page however we have inconsistency with the tooltip when playing around opening UModal on the page the tooltip would stop working. has anyone encounter such issue?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3153,3156],{"name":3154,"color":3155},"bug","d73a4a",{"name":3157,"color":3158},"triage","ffffff",4903,"nuxt","ui","open","AvatarGroup & Tooltip","2025-09-08T01:56:54Z","https://github.com/nuxt/ui/issues/4903",0.6839988,{"description":3168,"labels":3169,"number":3175,"owner":3160,"repository":3161,"state":3162,"title":3176,"updated_at":3177,"url":3178,"score":3179},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.16.0\n- Nuxt Version: 4.0.2\n- CLI Version: 3.27.0\n- Nitro Version: 2.12.4\n- Package Manager: pnpm@10.14.0\n- Builder: -\n- User Config: modules, devtools, app, css, site, content, runtimeConfig, build, future, experimental, compatibilityDate, typescript, eslint, icon, image\n- Runtime Modules: @vueuse/nuxt@13.6.0, @nuxt/eslint@1.7.1, @nuxt/ui-pro@3.3.0, @nuxt/content@3.6.3, nuxt-og-image@5.1.9, nuxt-auth-utils@0.5.20, nuxt-api-utils@0.0.31\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv4.0.2\n\n### Reproduction\n\nTBD\n\n### Description\n\nUse a slot in UUser with data coming from fetch/etc and you will get hydration issues\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3170,3171,3174],{"name":3154,"color":3155},{"name":3172,"color":3173},"v3","49DCB8",{"name":3157,"color":3158},4684,"Using any slot in \u003CUUser /> results in hydration errors","2025-08-08T23:18:11Z","https://github.com/nuxt/ui/issues/4684",0.69522697,{"description":3181,"labels":3182,"number":3186,"owner":3160,"repository":3161,"state":3187,"title":3188,"updated_at":3189,"url":3190,"score":3191},"### Environment\n\n```\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.9\n- Package Manager: bun@1.2.9\n- Builder: -\n- User Config: ssr, imports, devtools, experimental, future, compatibilityDate, alias, runtimeConfig, devServer, app, css, modules, build, hooks, dayjs, ui, typescript\n- Runtime Modules: @nuxt/eslint@1.3.0, @vueuse/nuxt@13.1.0, @nuxt/test-utils/module@3.17.2, dayjs-nuxt@2.1.11, nuxt-svgo@4.0.17, @nuxt/ui-pro@3.1.0, @pinia/nuxt@0.11.0, @pinia/colada-nuxt@0.1.1, @nuxt/image@1.10.0\n- Build Modules: -\n```\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/empty-fast-5xtcmy?workspaceId=ws_SD2P6X4ufyWkm2P3aqoQA6\n\n### Description\n\nbetween version 3.0.2 and 3.1.0 the content container for the menu items is no longer filling the width.\n\n### Additional context\n\n__no response__\n\n### Logs\n\n```shell-script\n\n```",[3183,3184,3185],{"name":3154,"color":3155},{"name":3172,"color":3173},{"name":3157,"color":3158},3987,"closed","[NavigationMenu] Regression - Update","2025-05-02T09:52:45Z","https://github.com/nuxt/ui/issues/3987",0.65932876,{"description":3193,"labels":3194,"number":3197,"owner":3160,"repository":3161,"state":3187,"title":3198,"updated_at":3199,"url":3200,"score":3201},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.16.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui-pro@3.0.0-alpha.10, @nuxtjs/i18n@9.1.1, nuxt-auth-utils@0.5.7\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\n```html\n\u003CUTabs\n variant=\"link\"\n :content=\"false\"\n :items=\"[{ label: 'Tab 1' }, { label: 'Tab 2' }, { label: 'Tab 3' }]\"\n>\n \u003Ctemplate #trailing>\n \u003CUBadge\n color=\"neutral\"\n size=\"xs\"\n variant=\"outline\"\n >\n 1.234\n \u003C/UBadge>\n \u003C/template>\n\u003C/UTabs>\n```\n\n### Description\n\nI'm trying to use `UBadge` as a `trailing` slot for `UTabs`, but in this scenario the `UBadge` component is getting misconfigured and is not respecting the `size`.\n\n\u003Cimg width=\"359\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d30d629a-d517-40de-80ed-fb272d699a29\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3195,3196],{"name":3154,"color":3155},{"name":3172,"color":3173},2963,"v3: UBadge conflict with UTabs","2024-12-23T21:08:29Z","https://github.com/nuxt/ui/issues/2963",0.66296756,{"description":3203,"labels":3204,"number":3207,"owner":3160,"repository":3161,"state":3187,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: bun@1.2.13\n- Builder: -\n- User Config: devtools, css, modules, runtimeConfig, compatibilityDate, i18n, auth, sourcemap\n- Runtime Modules: @nuxt/ui@3.1.3, @sidebase/nuxt-auth@0.10.1, @nuxtjs/i18n@9.5.5, @nuxt/image@1.10.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.3\n\n### Reproduction\n\nNuxt UI 3: https://codesandbox.io/p/devbox/winter-cherry-2pwhgv\nNuxt UI 2: https://stackblitz.com/edit/nuxt-ui-w6xry7tp?file=app.vue\n\n### Description\n\nI'm migrating my app from Nuxt UI 2 to 3. This is a regression in the Nuxt UI 3 version.\n\nIf this isn't possible, can we have a tooltip or something?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3205,3206],{"name":3154,"color":3155},{"name":3172,"color":3173},4300,"Select should expand to item's full width or at least allow showing it","2025-06-11T09:09:13Z","https://github.com/nuxt/ui/issues/4300",0.6704905,{"description":3213,"labels":3214,"number":3224,"owner":3160,"repository":3160,"state":3187,"title":3225,"updated_at":3226,"url":3227,"score":3228},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v21.7.1`\r\n- Nuxt Version: `3.10.3`\r\n- CLI Version: `3.11.0`\r\n- Nitro Version: `2.9.3`\r\n- Package Manager: `npm@10.5.0`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`, `colorMode`, `runtimeConfig`\r\n- Runtime Modules: `@nuxt/ui@2.14.2`, `@nuxt/image@1.4.0`, `@pinia/nuxt@0.5.1`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\n```\r\n\u003CNuxtLink :to=\"`/post/${id}`\"> \r\n \u003CNuxtImg width=\"230\" sizes=\"100vw\" class=\"rounded-xl\" :src=\"image\" alt=\"Error load image\" />\r\n\u003C/NuxtLink>\r\n```\r\n\r\n### Describe the bug\r\n\r\nSorry I'm not very familiar with CSS but such combination break NuxtImage responsive size and I get absolutely different sizes for different images although without NextLink everything is perfect\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3215,3218,3221],{"name":3216,"color":3217},"3.x","29bc7f",{"name":3219,"color":3220},"pending triage","E99695",{"name":3222,"color":3223},"needs reproduction","FBCA04",26528,"nest NuxtImg inside NuxtLink","2024-04-01T21:36:15Z","https://github.com/nuxt/nuxt/issues/26528",0.6741286,{"labels":3230,"number":3235,"owner":3160,"repository":3160,"state":3187,"title":3236,"updated_at":3237,"url":3238,"score":3239},[3231,3232],{"name":3219,"color":3220},{"name":3233,"color":3234},"2.x","d4c5f9",7943,"Modern build is bigger with less browser requirements","2023-01-22T15:36:08Z","https://github.com/nuxt/nuxt/issues/7943",0.6754208,{"description":3241,"labels":3242,"number":3250,"owner":3160,"repository":3161,"state":3187,"title":3251,"updated_at":3252,"url":3253,"score":3254},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v22.13.1`\n- Nuxt Version: `3.16.1`\n- CLI Version: `3.23.1`\n- Nitro Version: `2.11.7`\n- Package Manager: `yarn@1.22.22`\n- Builder: `-`\n- User Config: `compatibilityDate`, `extends`, `modules`, `css`, `app`, `linkChecker`, `build`, `schemaOrg`, `sitemap`, `robots`, `future`, `runtimeConfig`, `imports`, `ui`, `image`, `dayjs`, `prismic`\n- Runtime Modules: `@nuxtjs/prismic@4.1.0`, `nuxt-swiper@2.0.0`, `dayjs-nuxt@2.1.11`, `@nuxt/ui@3.0.0`, `@zadigetvoltaire/nuxt-gtm@0.0.13`, `@nuxtjs/seo@3.0.1`, `@nuxt/scripts@0.11.2`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0\n\n### Reproduction\n\nnot needed\n\n### Description\n\nThe header with a lot of text in mobile is getting squashed. I believe the problem is the min-h-16 utility.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3243,3244,3245,3248],{"name":3154,"color":3155},{"name":3172,"color":3173},{"name":3246,"color":3247},"closed-by-bot","ededed",{"name":3249,"color":3247},"stale",3635,"UModal Header height clipped","2025-08-20T02:09:07Z","https://github.com/nuxt/ui/issues/3635",0.68741554,{"labels":3256,"number":3259,"owner":3160,"repository":3160,"state":3187,"title":3260,"updated_at":3261,"url":3262,"score":3263},[3257,3258],{"name":3219,"color":3220},{"name":3233,"color":3234},7915,"Nuxt memory leak universal mode","2023-01-22T15:36:07Z","https://github.com/nuxt/nuxt/issues/7915",0.68769884,{"description":3265,"labels":3266,"number":3273,"owner":3160,"repository":3161,"state":3187,"title":3274,"updated_at":3275,"url":3276,"score":3277},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v24.6.0`\n- Nuxt Version: `3.16.2`\n- CLI Version: `3.26.4`\n- Nitro Version: `2.12.4`\n- Package Manager: `npm@11.5.1`\n- Builder: `-`\n- User Config: `modules`, `devtools`, `app`, `css`, `colorMode`, `ui`, `runtimeConfig`, `alias`, `routeRules`, `sourcemap`, `devServer`, `future`, `compatibilityDate`, `nitro`, `eslint`, `fileStorage`, `fonts`, `googleTranslate`, `gtag`, `i18n`, `icon`, `image`, `security`, `stripe`, `svgo`, `tiptap`\n- Runtime Modules: `nuxt-auth-utils@0.5.17`, `@pinia/nuxt@0.10.1`, `nuxt-svgo@4.0.16`, `@nuxtjs/i18n@9.3.4`, `nuxt-authorization@0.3.4`, `nuxt-file-storage@0.3.0`, `@nuxt/fonts@0.11.0`, `@nuxt/image@1.10.0`, `@nuxt/ui@3.3.0`, `@nuxt/content@3.4.0`, `nuxt-security@2.2.0`, `nuxt-tiptap-editor@2.1.4`, `nuxt-google-translate@1.3.3`, `@unlok-co/nuxt-stripe@5.0.0`, `@nuxt/eslint@1.3.1`, `nuxt-gtag@3.0.3`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Package\n\nv3.x\n\n### Version\n\n3.16.2\n\n### Reproduction\n\n-\n\n### Description\n\nIf you run nuxt dev you will see in console the message \"nuxt 4 coimpatibility mode enabled\" , in browser you will see the nuxt 4 logo instead of nuxt 3 and it will crash with\n\n500\n[GET] \"http://127.0.0.1:443/__nuxt_vite_node__/manifest\": fetch failed\n\nprobably some dependency related with vite and nuxt has been updated\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3267,3268,3270,3271,3272],{"name":3154,"color":3155},{"name":3222,"color":3269},"CB47CF",{"name":3172,"color":3173},{"name":3157,"color":3158},{"name":3246,"color":3247},4844,"from 3.3.0 version 4 of nuxt is \"forced\"","2025-09-09T02:07:59Z","https://github.com/nuxt/ui/issues/4844",0.6886708,["Reactive",3279],{},["Set"],["ShallowReactive",3282],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f2Ai8AGkIQLirSwA65UpATdEkS0n3tjf67U9sgG_k0U0":-1},"/nuxt/ui/3558"]