\n \u003C/div>\n\u003C/template>\n\n\u003Cscript lang=\"ts\" setup>\nconst value = ref(0)\nconst idList = ref([168, 170, 203])\n\u003C/script>\n```\n\n### Description\n\nIf adding array of numbers to InputMenu the menu isn't closing after choosing a number.\nOnly way to close it is double-clicking on the dropdown arrow.\nThe Console shows an error in useFilter.\n\n### Additional context\n\n\n\n\n\n### Logs\n\n```shell-script\nUncaught (in promise) TypeError: string.normalize is not a function\n at contains (useFilter.js?v=87101672:23:21)\n at InputMenu.vue:114:18\n at wrappedFn (reactivity.esm-bundler.js?v=87101672:820:19)\n at Array.filter (\u003Canonymous>)\n at apply (reactivity.esm-bundler.js?v=87101672:828:27)\n at Proxy.filter (reactivity.esm-bundler.js?v=87101672:720:12)\n at InputMenu.vue:112:50\n at Array.map (\u003Canonymous>)\n at ComputedRefImpl.fn (InputMenu.vue:112:27)\n at refreshComputed (reactivity.esm-bundler.js?v=87101672:353:29)\n```",[3069,3071,3072],{"name":3048,"color":3070},"d73a4a",{"name":3035,"color":3036},{"name":3073,"color":3074},"triage","ffffff",3606,"Numbers in InputMenu component cause error in filter","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3606",0.743828,{"labels":3081,"number":3088,"owner":3022,"repository":3022,"state":3039,"title":3089,"updated_at":3090,"url":3091,"score":3092},[3082,3084,3085],{"name":3083,"color":3074},"stale",{"name":3019,"color":3020},{"name":3086,"color":3087},"2.x","d4c5f9",10322,"nuxt build found render link tag insert repeat","2023-01-22T15:48:28Z","https://github.com/nuxt/nuxt/issues/10322",0.75191164,{"description":3094,"labels":3095,"number":3098,"owner":3022,"repository":3022,"state":3039,"title":3099,"updated_at":3100,"url":3101,"score":3102},"\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: 2.14.12\r\n- node: v10.15.3\r\n\r\n### Reproduction\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\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\u003C!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue -->\r\n\u003C/details>\r\n\r\n### Steps to reproduce\r\n\r\n1. npx create-nuxt-app nuxt-demo\r\n2. server framework select **koa** \r\n3. yarn dev\r\n\r\n### What is Expected?\r\ni expected ssrlogs from terminal to browser when i select koa server, but it does not work , logs only on terminal.\r\n\r\nwhen i select None server , it does work.\r\n\r\n### What is actually happening?\r\n",[3096,3097],{"name":3019,"color":3020},{"name":3086,"color":3087},8588,"when i select koa server , ssrlog only on terminal not on browser","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8588",0.7539247,{"description":3104,"labels":3105,"number":3106,"owner":3022,"repository":3107,"state":3039,"title":3108,"updated_at":3109,"url":3110,"score":3111},"```vue\r\n\u003CIcon name=\"uil:github\" v-if=\"true\" />\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"icon","size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.7541532,{"description":3113,"labels":3114,"number":3117,"owner":3022,"repository":3022,"state":3039,"title":3118,"updated_at":3119,"url":3120,"score":3121},"### Environment\r\n\r\n- Operating System: Windows 10\r\n\r\n- Node Version: v16.18.0\r\n\r\n- Nuxt Version: 2.16.3\r\n\r\n- Package Manager: yarn@1.22.19\r\n\r\n\r\n### Reproduction\r\n\r\n ```\r\nhead() {\r\n return {\r\n title: `My project / ${this.meta_data?.title}`,\r\n meta: [\r\n {\r\n name: 'Author',\r\n content: 'Project name'\r\n },\r\n {\r\n name: 'og:site_name',\r\n content: 'Project.com'\r\n },\r\n {\r\n name: 'og:title',\r\n content: this.meta_data?.title\r\n },\r\n {\r\n name: 'og:description',\r\n content: this.meta_data?.body\r\n },\r\n {\r\n name: 'og:type',\r\n content: 'article'\r\n },\r\n {\r\n name: 'og:url',\r\n content: `some link ${this.$route.params.id}`\r\n },\r\n {\r\n name: 'og:image',\r\n content: this.meta_data?.img ? this.meta_data?.img : require('@/assets/images/404-image.jpg')\r\n },\r\n ]\r\n }\r\n }\r\n```\r\n\r\n### Describe the bug\r\n\r\nI build my project to deploy then my meta tags doesn't work at deploy but it works when i run my project locally. I used this [docs](https://nuxtjs.org/docs/features/meta-tags-seo/) for adding meta tags and title.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3115,3116],{"name":3019,"color":3020},{"name":3086,"color":3087},20574,"Meta tags doesn't work when i build my app.","2024-06-30T09:21:55Z","https://github.com/nuxt/nuxt/issues/20574",0.7541753,{"description":3123,"labels":3124,"number":3129,"owner":3022,"repository":3022,"state":3039,"title":3130,"updated_at":3131,"url":3132,"score":3133},"### Environment\r\n\r\nNuxi 3.0.0-rc.12 11:07:28\r\nRootDir: /Users/chris/Projects/nuxt-app 11:07:28\r\nNuxt project info: (copied to clipboard) 11:07:28\r\n\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.16.0`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `experimental`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-1xwxut?file=app.vue\r\n\r\nThe style of test2 does not take effect\r\n\r\n### Describe the bug\r\n\r\n `experimental.inlineSSRStyles:false` and `\u003Cclient-only>` cause the failure of scss scoped \r\n\r\nmust `yarn build && yarn start`\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3125,3128],{"name":3126,"color":3127},"3.x","29bc7f",{"name":3019,"color":3020},15329,"experimental.inlineSSRStyles and clientOnly cause the failure of scss scoped","2023-01-19T17:48:32Z","https://github.com/nuxt/nuxt/issues/15329",0.758261,["Reactive",3135],{},["Set"],["ShallowReactive",3138],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fyzF1m6_do_ywwLDTLf19TeuOYlYJ7jngAPIm0qGd7pM":-1},"/nuxt/test-utils/498"]