\n\u003C/UTooltip>\n```\n\n\u003Cimg width=\"127\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5dbcfef5-a4c4-4ec4-b2f3-611212f75c68\" />\n\n### Additional context\n\nWrapping `USwitch` to `div` for example solves issue\n```vue\n \u003CUTooltip text=\"Just a tooltip\">\n \u003Cdiv>\n \u003CUSwitch label=\"'Hackish'\" />\n \u003C/div>\n \u003C/UTooltip>\n```\n\n### Logs\n\n```shell-script\n\n```",[3113,3114,3117],{"name":3072,"color":3073},{"name":3115,"color":3116},"duplicate","cfd3d7",{"name":3075,"color":3076},4333,"closed","USwitch not working inside UTooltip","2025-06-12T13:42:09Z","https://github.com/nuxt/ui/issues/4333",0.6336349,{"description":3125,"labels":3126,"number":3132,"owner":3081,"repository":3082,"state":3119,"title":3133,"updated_at":3134,"url":3135,"score":3136},"### Environment\n\nNuxt project info: (copied to clipboard) nuxi 8:34:52 pm\n\nOperating System: Linux\nNode Version: v22.17.1\nNuxt Version: 4.0.0\nCLI Version: 3.26.2\nNitro Version: 2.12.0\nPackage Manager: bun@1.2.15\nBuilder: -\nUser Config: modules, runtimeConfig, devtools, ui, css, colorMode, compatibilityDate, eslint\nRuntime Modules: @nuxt/ui@3.2.0, @nuxt/ui-pro@3.2.0, @pinia/nuxt@0.5.5, @nuxt/eslint@1.6.0\nBuild Modules: -\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com/\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nSee Nuxt UI official docs page -\nhttps://ui.nuxt.com/components/dashboard-sidebar\n\n### Description\n\nUI is not rendering correctly on the web page or on my local machine.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3127,3128,3131],{"name":3072,"color":3073},{"name":3129,"color":3130},"documentation","0075ca",{"name":3075,"color":3076},4610,"UI not rendering for certain Dashboard components","2025-07-29T21:07:34Z","https://github.com/nuxt/ui/issues/4610",0.6588549,{"description":3138,"labels":3139,"number":3146,"owner":3081,"repository":3082,"state":3119,"title":3147,"updated_at":3148,"url":3149,"score":3150},"### Environment\n\nn/a as it can be seen on official docs.\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nI have not provided a minimal repo as the bug can be viewed on the main docs [https://ui.nuxt.com/components/tooltip]\n\n### Description\n\nThe delay in the tooltip delay option does not seem to be working. No matter the setting` :delay-duration=\"10\"` the tooltip still shows up instantly.\n\n### Additional context\n\nI have reproduced this in a vue repo.\n\n### Logs\n\n```shell-script\n\n```",[3140,3141,3144,3145],{"name":3072,"color":3073},{"name":3142,"color":3143},"needs reproduction","CB47CF",{"name":3075,"color":3076},{"name":3078,"color":3079},4480,"Tooltip delay not working","2025-07-08T09:06:10Z","https://github.com/nuxt/ui/issues/4480",0.6603528,{"description":3152,"labels":3153,"number":3165,"owner":3081,"repository":3081,"state":3119,"title":3166,"updated_at":3167,"url":3168,"score":3169},"### Environment\n\nNuxt project info: 18:13:54\r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.15.1`\r\n- Nuxt Version: `3.0.0-rc.3`\r\n- Package Manager: `pnpm@7.9.5`\r\n- Builder: `vite`\r\n- User Config: `meta`, `runtimeConfig`, `css`, `build`, `typescript`, `modules`, `components`, `vueuse`, `unocss`\r\n- Runtime Modules: `@vueuse/nuxt@8.4.2`, `@unocss/nuxt@0.33.2`, `@pinia/nuxt@0.1.9`, `@nuxtjs/color-mode@3.1.4`\r\n- Build Modules: `-`\r\n------------------------\n\n### Reproduction\n\nyarn install\r\nyarn build\r\n\r\n**node .output/server/index.mjs** \r\n\r\n\n\n### Describe the bug\n\nCMD `node .output/server/index.mjs`\r\n\r\nError details LOGs looks good on local but the details did not show up on PROD\r\n\r\n**Page error logs on local**\r\n```\r\n500\r\nrequest to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n\r\n```\r\n**Page error logs on Prod(remote server with the same .output folder files )**\r\n```\r\n500\r\nfetch failed ()\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n####PROD\r\n[nuxt] [request error] fetch failed ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\nFetchError: fetch failed ()\r\n at async $fetchRaw2 (file:///app/prod/bin/cms-admin-ssr/.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] fetch failed ()\r\n\r\n####local\r\n\r\n\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\nFetchError: request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (file:///home/root7/Desktop/project/git/cms-web-ssr/.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\n```\n",[3154,3157,3160,3163],{"name":3155,"color":3156},"3.x","29bc7f",{"name":3158,"color":3159},"pending triage","E99695",{"name":3161,"color":3162},"nitro","bfd4f2",{"name":3142,"color":3164},"FBCA04",14726,"Error details LOGs not shows up on PROD","2023-11-09T11:29:48Z","https://github.com/nuxt/nuxt/issues/14726",0.66752654,{"description":3171,"labels":3172,"number":3176,"owner":3081,"repository":3082,"state":3119,"title":3177,"updated_at":3178,"url":3179,"score":3180},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: pnpm@10.12.1\n- Builder: -\n- User Config: compatibilityDate, devtools, devServer, ssr, runtimeConfig, hooks, css, colorMode, components, modules, ui, i18n, zodI18n\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/test-utils@3.17.2, @nuxt/ui-pro@3.1.3, nuxt-zod-i18n@1.11.5, @nuxtjs/i18n@9.5.3, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.1.0, dayjs-nuxt@2.1.11, nuxt-qrcode@0.4.1\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.3\n\n### Reproduction\n\nTry a combination of USwitch and UTooltip like this:\n\n```\n \u003Cu-tooltip\n :disabled=\"isPhoneNumberSet\"\n :delay-duration=\"250\"\n :ui=\"{ content: 'bg-warning' }\"\n >\n \u003Cu-switch\n :model-value=\"notifications.smsWarnings\"\n :disabled=\"!isPhoneNumberSet\"\n :loading=\"isLoadingSmsWarnings\"\n color=\"secondary\"\n @update:model-value=\"$emit('update:sms-warnings', $event)\"\n />\n\n \u003Ctemplate #content>Add a phone number first\u003C/template>\n \u003C/u-tooltip>\n```\n\n### Description\n\nThe switch on its own works perfectly. But if I wrap it inside of a tooltip, it loses its background color.\n\nIn the provided screenshot you can barely see the switch thumb, but not the background.\n\nI think the problem is somewhere in the base slot but was unable to come up with a reliable solution.\n\n### Additional context\n\n\n\n### Logs\n\n```shell-script\n\n```",[3173,3174,3175],{"name":3072,"color":3073},{"name":3115,"color":3116},{"name":3075,"color":3076},4342,"Switch becomes invisible when wrapped inside a tooltip","2025-06-16T08:22:11Z","https://github.com/nuxt/ui/issues/4342",0.6706551,{"description":3182,"labels":3183,"number":3186,"owner":3081,"repository":3081,"state":3119,"title":3187,"updated_at":3188,"url":3189,"score":3190},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.9.0`\r\n- Nuxt Version: `3.0.0-rc.12-27768618.05fd222`\r\n- Nitro Version: `0.6.0-27768582.4603279`\r\n- Package Manager: `pnpm@7.13.5`\r\n- Builder: `vite`\r\n- User Config: `typescript`, `runtimeConfig`, `css`, `pageTransition`, `nitro`, `modules`, `schemaOrg`, `unocss`, `umami`, `content`\r\n- Runtime Modules: `@nuxt/image-edge@1.0.0-27768165.4b0219a`, `@nuxt/content@2.1.1`, `@vueuse/nuxt@9.3.1`, `@unocss/nuxt@0.45.30`, `@formkit/nuxt@1.0.0-beta.11`, `nuxt-swiper@0.1.6`, `nuxt-umami@1.1.0`, `nuxt-schema-org@1.1.0-beta.5`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\n> **Note**\r\n> I will add reproduction but for now I will have to decouple my current project that in private.\r\n\r\nIn the meantime I will try to re-produce this.\r\n\r\nThanks \r\n\r\n### Describe the bug\r\n\r\nUpstream bug: https://github.com/vueuse/head/issues/142\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell\r\nUpstream bug: https://github.com/vueuse/head/issues/142\r\n```\r\n",[3184,3185],{"name":3155,"color":3156},{"name":3158,"color":3159},15190,"`@vueuse/head` nuxt@3.0.0-rc.12 - upstream bug","2023-01-19T17:45:58Z","https://github.com/nuxt/nuxt/issues/15190",0.6707999,{"description":3192,"labels":3193,"number":3198,"owner":3081,"repository":3082,"state":3119,"title":3199,"updated_at":3200,"url":3201,"score":3202},"### Environment\n\nOperating System: `Darwin`\nNode Version: `v22.1.0`\nNuxt Version: `3.16.2`\nCLI Version: `3.24.0`\nNitro Version: `2.11.8`\nPackage Manager: `yarn@4.7.0`\nBuilder: `-`\nUser Config: `ssr: false`\nBuild Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.2\n\n### Reproduction\n\n-\n\n### Description\n\n**App.vue**\n```\n\u003Ctemplate>\n \u003CUApp :toaster=\"{ position: 'top-right', expand: true }\"\n :tooltip=\"{ delayDuration: 150, skipDelayDuration: 100 }\">\n \u003CNuxtLayout>\n \u003CRouterView />\n \u003C/NuxtLayout>\n \u003C/UApp>\n\u003C/template>\n\u003Cscript setup lang=\"ts\">\nimport {TooltipProviderProps} from \"reka-ui\";\n\nconst tooltipProps : TooltipProviderProps = {\n delayDuration: 700,\n skipDelayDuration: 300,\n disableHoverableContent: false,\n disableClosingTrigger: false,\n disabled: false,\n ignoreNonKeyboardFocus: false,\n}\n\u003C/script>\n```\n**nuxt.config.ts**\n```\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n ssr: false,\n srcDir: 'src',\n devtools: { enabled: true },\n modules: [\n '@nuxt/ui',\n '@pinia/nuxt',\n '@nuxt/image',\n 'nuxt-icons',\n '@nuxtjs/i18n',\n ],\n css: ['~/assets/css/main.css']\n})\n```\nI found that when Nuxt3 SSR is set to false, the tooltip and toast do not display, and the tooltip also reports an error of 500\n\nInjection `Symbol(TooltipProviderContext)` not found. Component must be used within `TooltipProvider`\n\nI hope to find a solution.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3194,3195,3196,3197],{"name":3072,"color":3073},{"name":3142,"color":3143},{"name":3075,"color":3076},{"name":3078,"color":3079},3932,"Nuxt3 SSR is set to false, the tooltip and toast become invalid","2025-04-30T13:24:47Z","https://github.com/nuxt/ui/issues/3932",0.6737353,["Reactive",3204],{},["Set"],["ShallowReactive",3207],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJl-OC0Y1QU0z_u-WcN6luQhen_Sa7E9ndyQg4b3LQL4":-1},"/nuxt/ui/4408"]