this error is getting produced. ",[],217,"icon","Cannot read properties of undefined (reading 'startsWith')","2024-07-28T23:03:04Z","https://github.com/nuxt/icon/issues/217",0.7737003,{"description":3223,"labels":3224,"number":3216,"owner":3143,"repository":3226,"state":3144,"title":3227,"updated_at":3228,"url":3229,"score":3221},"### 🐛 The bug\n\n\r\n\r\nReproducible with 0.7.0 and upwards (due to the new unhead integration)\r\nNot reproducible in 0.6.X and lower\r\n\r\n\r\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nReturn value of `useScript` and others should not be `any`\n\n### ℹ️ Additional context\n\n_No response_",[3225],{"name":3153,"color":3178},"scripts","Return types of `useScript` are `any` since unhead 1.1.0 integration (v0.7)","2024-09-09T18:23:29Z","https://github.com/nuxt/scripts/issues/217",{"labels":3231,"number":3234,"owner":3143,"repository":3143,"state":3144,"title":3235,"updated_at":3236,"url":3237,"score":3238},[3232,3233],{"name":3164,"color":3165},{"name":3140,"color":3141},7616,"Reloading the page does not load the assets","2023-01-22T15:36:01Z","https://github.com/nuxt/nuxt/issues/7616",0.7776493,{"description":3240,"labels":3241,"number":3249,"owner":3143,"repository":3198,"state":3144,"title":3250,"updated_at":3251,"url":3252,"score":3253},"### Description\r\n\r\ni am trying to implement auto suggestion search. while typing i get the suggestions list (uiMenu) but if i click outside the `uiMenu` and then again focus or click on the `input` the ui menu does not shows. My question is how to trigger the uiMenu?\r\n\r\n Demo image of the input is focused but uiMenu not showing.\r\n\r\n\r\n\r\n\r\n \u003CUInputMenu v-model=\"selected\" :search=\"search\" :loading=\"loading\" placeholder=\"Search...\"\r\n color=\"primary\" v-model:query=\"query\" leading-icon=\"i-heroicons-magnifying-glass-20-solid\"\r\n option-attribute=\"name\" by=\"id\" :ui-menu=\"{ height: 'max-h-full' }\" @update:selected=\"handleSelection\"\r\n class=\"ml-32 mr-28 flex-1\" size=\"xl\" :search-lazy=\"true\" :popper=\"{\r\n arrow: false,\r\n locked: false,\r\n scroll: false,\r\n adaptive: true,\r\n strategy: 'absolute',\r\n }\" @focus=\"onFocus\">\r\n \u003Ctemplate #trailing>\r\n \u003CUButton v-if=\"query !== ''\" color=\"gray\" variant=\"link\" icon=\"i-heroicons-x-mark-20-solid\" :padded=\"false\"\r\n @click=\"clearSearch()\" />\r\n \u003C/template>\r\n \u003Ctemplate #option=\"{ option: search }\">\r\n \u003CNuxtLink to=\"test\">\r\n\r\n \u003Ch4 class=\"truncate p-2 font-semibold\">{{ search.name }}\u003C/h4>\r\n \u003C/NuxtLink>\r\n \u003C/template>\r\n \u003C/UInputMenu>\r\n \r\n \r\n \r\n async function search(q: string): Promise\u003CEsAutoSuggestion[]> {\r\n if (q == null) {\r\n return [];\r\n }\r\n loading.value = true;\r\n const searchSuggestions = await searchStore.searchAutoSuggestion(q)\r\n if (!searchSuggestions) {\r\n loading.value = false;\r\n return []\r\n }\r\n loading.value = false;\r\n \r\n return searchSuggestions ?? []\r\n }",[3242,3245,3248],{"name":3243,"color":3244},"question","d876e3",{"name":3246,"color":3247},"wontfix-v2","ffffff",{"name":3195,"color":3196},2058,"How to Open a `uiMenu` in `UInputMenu` on Focus","2024-10-18T14:10:19Z","https://github.com/nuxt/ui/issues/2058",0.7797344,["Reactive",3255],{},["Set"],["ShallowReactive",3258],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzJsAlHfRPYink9mimDJk_OtcJojH5B3GmGEqT_r8vhE":-1},"/nuxt/ui/3640"]