\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```",[2912,2915,2918,2919],{"name":2913,"color":2914},"bug","d73a4a",{"name":2916,"color":2917},"needs reproduction","CB47CF",{"name":2887,"color":2888},{"name":2920,"color":2921},"triage","ffffff",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.7648413,{"labels":2928,"number":2937,"owner":2874,"repository":2874,"state":2891,"title":2938,"updated_at":2939,"url":2940,"score":2941},[2929,2932,2935,2936],{"name":2930,"color":2931},"enhancement","8DEF37",{"name":2933,"color":2934},"discussion","538de2",{"name":2899,"color":2900},{"name":2871,"color":2872},14329,"Config alias `theme` to `extends`","2023-01-19T17:33:54Z","https://github.com/nuxt/nuxt/issues/14329",0.7665432,{"description":2943,"labels":2944,"number":2947,"owner":2874,"repository":2874,"state":2891,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### Environment\r\n\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `modules`, `i18n`, `image`, `content`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@6.2.0`, `@pinia/nuxt@0.4.6`, `@nuxtjs/i18n@8.0.0-beta.7`, `@nuxt/image-edge@1.0.0-27840416.dc1ed65`, `@nuxt/content@2.3.0`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\n1. Create ```app.config.ts``` File. Following code is example in my project.\r\n```\r\nexport default defineAppConfig({\r\n blogTags: [\r\n 'Node Js',\r\n 'Get Started',\r\n 'Typescript',\r\n 'Gatsby',\r\n 'JavaScript',\r\n 'Next',\r\n 'Nuxt',\r\n 'MDX'\r\n ]\r\n})\r\n```\r\n\r\n2. Call ```useAppConfig()```. ```const appConfig = useAppConfig()```\r\n3. Create any plugins\r\n\r\n### Describe the bug\r\n\r\nThere is a bug when I call ```useAppConfig()``` with plugins\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2945,2946],{"name":2899,"color":2900},{"name":2902,"color":2903},12545,"Uncaught ReferenceError: defineAppConfig is not defined at defu.mjs:45:2","2023-02-10T11:19:05Z","https://github.com/nuxt/nuxt/issues/12545",0.76949656,{"description":2953,"labels":2954,"number":2958,"owner":2874,"repository":2890,"state":2891,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x / v3.x\n\n### Description\n\nMaybe this is just not documented:\n\n`SelectMenu` has a [creatable](https://ui.nuxt.com/components/select-menu#creatable) prop. In most use cases the created item needs to be save to the database. According to the docs there seems to be no option to do so. E.g. I want to make a database request or even open a modal for advanced item creation.\n\n### Additional context\n\n_No response_",[2955,2957],{"name":2930,"color":2956},"a2eeef",{"name":2887,"color":2888},2739,"SelectMenu: Use \"creatable\" with async function (e.g. save created item into database)","2024-12-06T14:14:20Z","https://github.com/nuxt/ui/issues/2739",0.7704365,{"description":2964,"labels":2965,"number":2968,"owner":2874,"repository":2890,"state":2891,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Description\n\nHi guys would be nice if there's a config value that sets `progress: false`, cause someone doesn't like it...\nit can be disabled on ui with display none, but a more correct approach would be in app config.\nThanks.\n\n### Additional context\n\n\u003Cimg width=\"382\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/fc3885e7-fcfb-4950-a239-f0e4053de69d\" />",[2966,2967],{"name":2930,"color":2956},{"name":2887,"color":2888},3270,"[Feature request] Toast hide progress in app.config","2025-05-12T12:47:03Z","https://github.com/nuxt/ui/issues/3270",0.78401726,{"description":2974,"labels":2975,"number":2983,"owner":2874,"repository":2874,"state":2891,"title":2984,"updated_at":2985,"url":2986,"score":2987},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.16.1\r\n- Nuxt Version: 3.8.1\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.2\r\n- Package Manager: yarn@4.0.1\r\n- Builder: -\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\n**nuxt.config.ts**\r\n\r\n```ts\r\nsrcDir: 'src/',\r\n```\r\n\r\n**Directory**\r\n\r\n```\r\nroot\r\n├── src\r\n│ ├── app.config.ts\r\n```\r\n\r\napp.config placed inside of src as per documentation: https://nuxt.com/docs/guide/directory-structure/app-config#usage\r\n\r\nWhen within layer the following is not picked up:\r\n\r\n```\r\nroot\r\n├── src\r\n│ ├── app.config.ts\r\n```\r\n\r\nhowever the config is picked up in the root:\r\n\r\n```\r\nroot\r\n├── app.config.ts\r\n```\n\n### Describe the bug\n\nWhen placing the app.config files within the srcDir it does not pick it up. It does however pick up the app.config file that is in the root folder.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2976,2977,2978,2980],{"name":2899,"color":2900},{"name":2902,"color":2903},{"name":2916,"color":2979},"FBCA04",{"name":2981,"color":2982},"closed-by-bot","ededed",25486,"Layers app.config not being picked up when srcDir is defined within nuxt.config","2024-02-08T01:46:49Z","https://github.com/nuxt/nuxt/issues/25486",0.7845207,{"description":2989,"labels":2990,"number":2993,"owner":2874,"repository":2890,"state":2891,"title":2994,"updated_at":2995,"url":2996,"score":2997},"### Description\n\nI want to add a custom color to my project, first I add it into **tailwind.config.ts**\n\n```\nimport type { Config } from \"tailwindcss\";\n\nconst colors = {\n main: {\n DEFAULT: \"#0078CE\",\n 50: \"#87CDFF\",\n //and other pallets\n },\n secondary: {\n DEFAULT: \"#01519B\",\n 50: \"#56ADFE\",\n //and other pallets\n },\n tertiary: {\n DEFAULT: \"#E9690C\",\n 50: \"#FBD0B2\",\n //and other pallets\n },\n surface: {\n DEFAULT: \"#F7FAFF\",\n 50: \"#FFFFFF\",\n //and other pallets\n },\n};\n\nexport default {\n content: [],\n theme: {\n extend: {\n colors: {\n ...colors,\n },\n },\n },\n} satisfies Config;\n```\n\nbut when I set the color in **app.config.ts** like this\n\n```\nexport default defineAppConfig({\n ui: {\n primary: \"main\",\n gray: \"neutral\",\n colors: [\"secondary\", \"tertiary\", \"surface\"],\n card: {\n shadow: \"\",\n ring: \"\",\n },\n },\n});\n```\nit gives me error like this:\n```\nType '{ primary: string; gray: string; colors: string[]; card: { shadow: string; ring: string; }; }' is not assignable to type 'UI'.\n Type '{ primary: string; gray: string; colors: string[]; card: { shadow: string; ring: string; }; }' is not assignable to type '{ [key: string]: string | number | boolean | TightMap\u003Cstring | number | boolean>; }'.\n Property 'colors' is incompatible with index signature.\n Type 'string[]' is not assignable to type 'string | number | boolean | TightMap\u003Cstring | number | boolean>'.\n Type 'string[]' is not assignable to type 'TightMap\u003Cstring | number | boolean>'.\n Index signature for type 'string' is missing in type 'string[]'.ts(2322)\nmodule.d.mts(14, 9): The expected type comes from property 'ui' which is declared here on type 'AppConfigInput'\n```\nthe error will gone when I commented this code\n\n> colors: [\"secondary\", \"tertiary\", \"surface\"]\n\nbut it still gives me error when I use it in components color props\n\nwhen I use the custom color without thinking about the error in components like this.\n```\n\u003Ctemplate>\n \u003CUProgress :value=\"value\" color=\"tertiary\" />\n\u003C/template>\n```\nit gives me error but the color is appearing\n\nwhat possibly wrong with my setup?",[2991,2992],{"name":2884,"color":2885},{"name":2916,"color":2917},2984,"Error when adding colors key into ui object inside app.config.ts","2025-03-28T17:36:32Z","https://github.com/nuxt/ui/issues/2984",0.7847532,["Reactive",2999],{},["Set"],["ShallowReactive",3002],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCIwsWrBgGOuKghXybSbU3zCfI9LwGlyjFNsrBuXL5Tw":-1},"/nuxt/ui/4153"]