\n\u003C/UDropdownMenu>\n```\n\n### Logs\n\n```shell-script\n\n```",[3151,3154,3157],{"name":3152,"color":3153},"bug","d73a4a",{"name":3155,"color":3156},"needs reproduction","CB47CF",{"name":3158,"color":3159},"v3","49DCB8",3546,"ui","closed","`UAvatar` doesn't trigger `UDropdownMenu`","2025-03-28T17:43:01Z","https://github.com/nuxt/ui/issues/3546",0.68500257,{"description":3168,"labels":3169,"number":3171,"owner":3141,"repository":3172,"state":3162,"title":3173,"updated_at":3174,"url":3175,"score":3176},"### 🐛 The bug\n\nWhen running the project using the Nuxt Scripts Module, I encounter several TypeScript errors during compilation. The errors appear in multiple components of the module (namely, `ScriptCrisp.vue`, `ScriptIntercom.vue`, and `ScriptLemonSqueezy.vue`) regarding implicit `any` types for parameters (e.g. `instance` and `event`). This occurs despite the fact that my project does not use LemonSqueezy.\n\n### 🛠️ To reproduce\n\nhttps://github.com/JonathanXDR/Application-Website-Frontend/tree/develop\n\n### 🌈 Expected behavior\n\nI expect that the Nuxt Scripts Module should not throw type errors for components that are not in use. In particular, if LemonSqueezy is not being utilized, its corresponding component should either be excluded from compilation or should have proper type definitions so that no implicit any errors occur.\n\n### ℹ️ Additional context\n#### Logs:\n```\ntaarujo6@UM01479 Application-Website-Frontend % nr dev\n$ nuxt dev --dotenv .env.local\nNuxt 3.16.0 with Nitro 2.11.6 nuxi 10:56:40\n 10:56:40\n ➜ Local: http://localhost:3000/\n ➜ Network: use --host to expose\n\nℹ Using Tailwind CSS from ~/assets/css/tailwind.css nuxt:tailwindcss 10:56:41\nℹ Nuxt Icon server bundle mode is set to local 10:56:41\n✔ Nuxt Icon discovered local-installed 4 collections: fa6-brands, fa6-solid, logos, simple-icons 10:56:42\n✔ Nuxt Icon loaded local collection simple-icons-extended with 3 icons 10:56:42\n✔ Nuxt Icon loaded local collection sf-symbols-medium with 6404 icons 10:56:43\n✔ Nuxt Icon loaded local collection sf-symbols-small with 6404 icons 10:56:43\n✔ Nuxt Icon loaded local collection sf-symbols-large with 6404 icons 10:56:43\nℹ Running with compatibility version 4 nuxt 10:56:43\nℹ Tailwind Viewer: http://localhost:3000/_tailwind/ nuxt:tailwindcss 10:56:43\n✔ Vite client built in 531ms 10:56:45\n✔ Vite server built in 838ms 10:56:46\n\n ERROR 10:56:52\n ERROR(vue-tsc) Parameter 'instance' implicitly has an 'any' type.\n FILE /Users/taarujo6/Developer/Git/GitHub/Application-Website-Frontend/node_modules/@nuxt/scripts/dist/runtime/components/ScriptCrisp.vue:45:13\n\n 43 | const { onLoaded, status } = crisp\n 44 | if (props.trigger === 'click') {\n > 45 | onLoaded((instance) => {\n | ^^^^^^^^\n 46 | instance.do('chat:open')\n 47 | })\n 48 | }\n\n ERROR(vue-tsc) Parameter 'instance' implicitly has an 'any' type.\n FILE /Users/taarujo6/Developer/Git/GitHub/Application-Website-Frontend/node_modules/@nuxt/scripts/dist/runtime/components/ScriptIntercom.vue:51:13\n\n 49 | const { status, onLoaded } = intercom\n 50 | if (props.trigger === 'click') {\n > 51 | onLoaded((instance) => {\n | ^^^^^^^^\n 52 | instance.Intercom('show')\n 53 | })\n 54 | }\n\n ERROR(vue-tsc) Binding element 'Setup' implicitly has an 'any' type.\n FILE /Users/taarujo6/Developer/Git/GitHub/Application-Website-Frontend/node_modules/@nuxt/scripts/dist/runtime/components/ScriptLemonSqueezy.vue:30:24\n\n 28 | a.classList.add('lemonsqueezy-button')\n 29 | })\n > 30 | instance.onLoaded(({ Setup, Refresh }) => {\n | ^^^^^\n 31 | Setup({\n 32 | eventHandler(event) {\n 33 | emits('lemonSqueezyEvent', event)\n\n ERROR(vue-tsc) Binding element 'Refresh' implicitly has an 'any' type.\n FILE /Users/taarujo6/Developer/Git/GitHub/Application-Website-Frontend/node_modules/@nuxt/scripts/dist/runtime/components/ScriptLemonSqueezy.vue:30:31\n\n 28 | a.classList.add('lemonsqueezy-button')\n 29 | })\n > 30 | instance.onLoaded(({ Setup, Refresh }) => {\n | ^^^^^^^\n 31 | Setup({\n 32 | eventHandler(event) {\n 33 | emits('lemonSqueezyEvent', event)\n\n ERROR(vue-tsc) Parameter 'event' implicitly has an 'any' type.\n FILE /Users/taarujo6/Developer/Git/GitHub/Application-Website-Frontend/node_modules/@nuxt/scripts/dist/runtime/components/ScriptLemonSqueezy.vue:32:20\n\n 30 | instance.onLoaded(({ Setup, Refresh }) => {\n 31 | Setup({\n > 32 | eventHandler(event) {\n | ^^^^^\n 33 | emits('lemonSqueezyEvent', event)\n 34 | },\n 35 | })\n\n[vue-tsc] Found 5 errors. Watching for file changes.\n\n✔ Nuxt Nitro server built in 4059ms nitro 10:56:52\nℹ Vite client warmed up in 2ms 10:56:52\nℹ Vite server warmed up in 1037ms 10:56:53\n```\n\n#### Environment:\n- Operating System: `Darwin`\n- Node Version: `v23.9.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.23.0`\n- Nitro Version: `2.11.6`\n- Package Manager: `npm@10.9.2`\n- Builder: `-`\n- User Config: `modules`, `$development`, `$production`, `ssr`, `components`, `devtools`, `app`, `css`, `router`, `site`, `colorMode`, `runtimeConfig`, `ignore`, `routeRules`, `future`, `compatibilityDate`, `typescript`, `eslint`, `fonts`, `i18n`, `icon`, `image`, `robots`, `schemaOrg`, `scripts`, `security`, `sitemap`, `viewport`\n- Runtime Modules: `@nuxt/scripts@0.11.1`, `@nuxt/eslint@1.2.0`, `@nuxt/image@1.9.0`, `@nuxt/icon@1.11.0`, `@nuxt/fonts@0.11.0`, `@nuxtjs/color-mode@3.5.2`, `@nuxtjs/i18n@9.3.1`, `@nuxtjs/seo@3.0.0-beta.3`, `@nuxtjs/tailwindcss@6.13.2`, `@vueuse/nuxt@13.0.0`, `nuxt-security@2.2.0`, `nuxt-viewport@2.2.0`\n- Build Modules: `-`",[3170],{"name":3152,"color":3153},432,"scripts","Implicit any type errors","2025-03-13T10:53:36Z","https://github.com/nuxt/scripts/issues/432",0.69642454,{"description":3178,"labels":3179,"number":3182,"owner":3141,"repository":3161,"state":3162,"title":3183,"updated_at":3184,"url":3185,"score":3186},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.22.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@8.14.1\n- Builder: -\n- User Config: devtools, future, compatibilityDate, typescript, modules, components, ui, css, vite, formkit\n- Runtime Modules: @nuxt/icon@1.10.3, @formkit/nuxt@1.6.9, @nuxt/image@1.9.0, @vueuse/nuxt@12.5.0, @nuxt/ui@3.0.0-alpha.13\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.13\n\n### Reproduction\n\n--\n\n### Description\n\nAccording to the documentation, the Button component accepts props `active` which theoretically should force an `active` state for the button - unfortunately adding this does not change anything. \nIn addition, there is a lack of styles and support for the active button (as is the case with links) \n\nWhat I would like to achieve: \nI want the navigation menu to consist of links that visually look like buttons, in addition, I would like the button (if it is under the address to which it leads) to be active (visually distinguished from the other buttons)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3180,3181],{"name":3152,"color":3153},{"name":3158,"color":3159},3417,"No option to set button as active, no styles for active buttons","2025-03-08T21:49:08Z","https://github.com/nuxt/ui/issues/3417",0.7001856,{"description":3188,"labels":3189,"number":3193,"owner":3141,"repository":3142,"state":3162,"title":3194,"updated_at":3195,"url":3196,"score":3197},"I have a custom composable (`useConsent`), which I am trying to mock. \r\nI'm importing the composable like so:\r\n\r\n`import { useConsent, useHead } from '#imports'`.\r\n\r\nThe import is recognized in `packages/vitest-environment-nuxt/src/modules/mock.ts`:\r\n```\r\n{\r\n name: \"default\",\r\n as: \"useConsent\",\r\n from: \"[...]/src/runtime/composables/useConsent.ts\",\r\n priority: undefined,\r\n}\r\n```\r\n\r\nEven though the import is recognized and no `\"Cannot find import to mock\"` error is thrown, the import is not mocked.\r\nIn the same file I am mocking `useHead`, that one is mocked without any issues.\r\n\r\nUsing `nuxt-vitest@0.8.4`\r\n",[3190],{"name":3191,"color":3192},"vitest-environment","b60205",524,"custom composable without function name not mocked with `mockNuxtImport`","2023-12-02T00:17:13Z","https://github.com/nuxt/test-utils/issues/524",0.7019608,{"description":3199,"labels":3200,"number":3207,"owner":3141,"repository":3208,"state":3162,"title":3209,"updated_at":3210,"url":3211,"score":3212},"_Following the meeting in Paris with @danielroe and @Atinux, we need a better communication for our community members to have a better understanding of our organisation._\n\nAdd a FAQ page to explain the scope of Nuxt Open Source Community and NuxtLabs.\nExample: [Vue FAQ](https://vuejs.org/about/faq.html)\n",[3201,3204],{"name":3202,"color":3203},"marketing","f5c828",{"name":3205,"color":3206},"dev","018415",1336,"nuxt.com","FAQ Page","2023-10-10T14:44:50Z","https://github.com/nuxt/nuxt.com/issues/1336",0.70544696,{"description":3214,"labels":3215,"number":3225,"owner":3141,"repository":3161,"state":3162,"title":3226,"updated_at":3227,"url":3228,"score":3229},"### Environment\n\nOperating System: Windows 11\nNode Version: v22.14.0\nNuxt Version: 3.15.4\nCLI Version: 3.13.2\nNitro Version: 2.10.4\nPackage Manager: npm@11.1.0\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.12\n\n### Reproduction\n\n.\n\n### Description\n\nI want the Popover component to open when a fetch call is made and the results are displayed in the Popover. For example, I want the search results to be displayed, but as soon as I click on the input, the Popover will be displayed.\n\nThis is my code:\n```\n\u003CUPopover v-model:open=\"search.open\" arrow>\n \u003Cdiv class=\"header-search relative flex flex-row items-center w-full max-w-96\">\n \u003Cinput v-model=\"search.param\"\n class=\"input bg-transparent border rounded-3xl focus:ring-0 outline-0 py-1 px-2 w-full\" />\n \u003C/div>\n \u003Ctemplate #content>\n ...\n \u003C/template>\n \u003C/UPopover>\n```\n\nDid I do something wrong?\nPlease help me.\nThanks\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3216,3217,3218,3219,3222],{"name":3152,"color":3153},{"name":3155,"color":3156},{"name":3158,"color":3159},{"name":3220,"color":3221},"triage","ffffff",{"name":3223,"color":3224},"closed-by-bot","ededed",3303,"open Popover manually","2025-03-25T02:04:46Z","https://github.com/nuxt/ui/issues/3303",0.7144538,{"description":3231,"labels":3232,"number":3240,"owner":3141,"repository":3141,"state":3162,"title":3241,"updated_at":3242,"url":3243,"score":3244},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: v2.15.4\r\n- node: 15.1.0\r\n\r\n\r\n\r\n\u003C!--\r\nLink to a minimal test case based on one of:\r\n- A fork of https://template.nuxtjs.org\r\n- A GitHub repository that can reproduce the bug\r\nWithout a reproduction, it is so hard to address problem :(\r\n-->\r\nA TypeError occurs when a variable that is changed on `mounted()` is linked to a `v-if` of a component. \r\n\r\n### Reproduction\r\nThe following code returns an error in the browser.\r\n**~/pages/bar.vue**\r\n```\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003CFoo v-if=\"loading\" />\r\n \u003C/div>\r\n\u003C/template>\r\n\u003Cscript>\r\nexport default {\r\n data() {\r\n return {\r\n loading: true\r\n }\r\n },\r\n mounted() {\r\n this.loading = false\r\n }\r\n}\r\n\u003C/script>\r\n```\r\n\r\n**~/components/Foo.vue**\r\n```\r\n\u003Ctemplate>\r\n \u003Cdiv>Loading\u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nError in browser: \r\n```\r\nTypeError: Cannot read property 'resolved' of undefined\r\n at patchVnode (vue.runtime.esm.js?2b0e:6284)\r\n at updateChildren (vue.runtime.esm.js?2b0e:6193)\r\n at patchVnode (vue.runtime.esm.js?2b0e:6319)\r\n at VueComponent.patch [as __patch__] (vue.runtime.esm.js?2b0e:6482)\r\n at VueComponent.Vue._update (vue.runtime.esm.js?2b0e:3948)\r\n at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:4060)\r\n at Watcher.get (vue.runtime.esm.js?2b0e:4479)\r\n at Watcher.run (vue.runtime.esm.js?2b0e:4554)\r\n at flushSchedulerQueue (vue.runtime.esm.js?2b0e:4310)\r\n at Array.eval (vue.runtime.esm.js?2b0e:1980)\r\n```\r\n\r\n\r\nThis error doesn't occur when the `v-if=\"loading\"` is applied to a `div`. \r\n\r\nApplying a timeout of 2000ms before running `this.loading = false` in mounted did not solve the problem.",[3233,3235,3237],{"name":3234,"color":3221},"stale",{"name":3138,"color":3236},"E99695",{"name":3238,"color":3239},"2.x","d4c5f9",9189,"Having a v-if on component of which value changes on mounted, returns TypeError.","2023-01-22T15:44:51Z","https://github.com/nuxt/nuxt/issues/9189",0.714461,{"description":3246,"labels":3247,"number":3252,"owner":3141,"repository":3161,"state":3162,"title":3253,"updated_at":3254,"url":3255,"score":3256},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nWhen validating an object, a FormGroup does not display validations of specific properties (at least not with details).\n\nWould it make sense for the name `myobj` to display errors from anything that looks like `myobj\\..*` ? it could show all of them, each on a newline.\n\n### Additional context\n\nhttps://github.com/nuxt/ui/issues/1898",[3248,3249,3251],{"name":3135,"color":3136},{"name":3250,"color":3221},"wontfix-v2",{"name":3158,"color":3159},2569,"Display zod validation errors based on prefix","2024-11-11T18:28:09Z","https://github.com/nuxt/ui/issues/2569",0.71568024,{"description":3258,"labels":3259,"number":3262,"owner":3141,"repository":3208,"state":3162,"title":3263,"updated_at":3264,"url":3265,"score":3266},"We can create a component for this that will allow us to use it on modules and agencies",[3260],{"name":3135,"color":3261},"1ad6ff",1195,"[Agencies]: add not found layout if no result","2023-02-15T12:31:15Z","https://github.com/nuxt/nuxt.com/issues/1195",0.7159824,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzdMejVSwnEQBEeDjkArcmvNM_9mvp_hci8LnK5QfkBQ":-1},"/nuxt/test-utils/1404"]