work in Storybook? Thank you",[3139],{"name":3140,"color":3141},"question","d876e3",77,"nuxt","icon","open","How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.78788567,{"description":3151,"labels":3152,"number":3153,"owner":3143,"repository":3144,"state":3145,"title":3154,"updated_at":3155,"url":3156,"score":3157},"\nOn the SVG tag, I don't want this method to be displayed. In fact, this method is also useless for SVG.",[],370,"Writing a custom icon component using the customize method causes the rendered SVG to include this method, resulting in an increased overall page size.","2025-03-14T04:20:02Z","https://github.com/nuxt/icon/issues/370",0.78836477,{"description":3159,"labels":3160,"number":3164,"owner":3143,"repository":3165,"state":3145,"title":3166,"updated_at":3167,"url":3168,"score":3169},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.9.3\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-ddvycp\r\n\r\n### Describe the bug\r\n\r\n```ts\r\nconst wrapper = await mountSuspended(OptionAPIComponent)\r\n```\r\n`wrapper.vm.$data` is empty\r\n`wrapper.setData({...data})` will result into error:\r\n```\r\nTypeError: Cannot add property, object is not extensible\r\n```\r\n\r\nFurthermore, I cannot call any method of the component instance:\r\n```\r\nTypeError: wrapper.vm.myMethod is not a function\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nComponent written in composition api doesn't have this issue.\r\n@vue/test-utils doesn't have this issue.\r\n\r\n### Logs\r\n\r\n_No response_",[3161],{"name":3162,"color":3163},"pending triage","5D08F5",735,"test-utils","No data on Option API component returned by mountSuspended","2025-01-29T17:42:23Z","https://github.com/nuxt/test-utils/issues/735",0.78958184,{"description":3171,"labels":3172,"number":3173,"owner":3143,"repository":3174,"state":3175,"title":3176,"updated_at":3177,"url":3178,"score":3179},"After merging the latest branch, I got the following error according to the original CI execution.\n\n```\n[log] [ nuxi ] Nuxt 3.16.1 with Nitro 2.11.7\nError: [nuxt:hub] NuxtHub is not compatible with `nuxt generate` as it needs a server to run.\n[info] [nuxt:hub] To pre-render all pages: `https://hub.nuxt.com/docs/recipes/pre-rendering#pre-render-all-pages`\n ELIFECYCLE Command failed with exit code 1.\n```",[],1823,"nuxt.com","closed","Unable to pre-render after migrating to content v3?","2025-03-22T14:02:51Z","https://github.com/nuxt/nuxt.com/issues/1823",0.7441586,{"description":3181,"labels":3182,"number":3186,"owner":3143,"repository":3187,"state":3175,"title":3188,"updated_at":3189,"url":3190,"score":3191},"### 🐛 The bug\n\nAfter updating to the latest version of @nuxt/scripts (v0.10.3), the embedded YouTube player is no longer visible.\n\n### 🛠️ To reproduce\n\nhttps://scripts.nuxt.com/scripts/content/youtube-player\n\n### 🌈 Expected behavior\n\n.\n\n### ℹ️ Additional context\n\n_No response_",[3183],{"name":3184,"color":3185},"bug","d73a4a",393,"scripts","YouTube player is invisible with the latest version","2025-02-18T21:56:53Z","https://github.com/nuxt/scripts/issues/393",0.7756674,{"description":3193,"labels":3194,"number":3202,"owner":3143,"repository":3203,"state":3175,"title":3204,"updated_at":3205,"url":3206,"score":3207},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.7.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun\n- Builder: -\n- Runtime Modules: @nuxt/ui-pro@3.0.0-alpha.12\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha12\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/hidden-snow-d6s8wz?workspaceId=ws_JNWrpb8H73oZGFCJNwBaqL\n\n### Description\n\nWhen using the USelectMenu within a UModal, the search input of the select menu is not working correctly.\n\nIt can't be focused and typing only focuses the SelectMenu itself.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3195,3196,3199],{"name":3184,"color":3185},{"name":3197,"color":3198},"duplicate","cfd3d7",{"name":3200,"color":3201},"v3","49DCB8",3288,"ui","USelectMenu broken within UModal","2025-02-11T14:11:07Z","https://github.com/nuxt/ui/issues/3288",0.77577126,{"description":3209,"labels":3210,"number":3216,"owner":3143,"repository":3203,"state":3175,"title":3217,"updated_at":3218,"url":3219,"score":3220},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v20.17.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.5`\n- Package Manager: `npm@10.8.2`\n- Builder: `-`\n- User Config: `compatibilityDate`, `future`, `devtools`, `runtimeConfig`, `pinia`, `imports`, `modules`, `css`\n- Runtime Modules: `@nuxt/ui@3.0.0-beta.3`, `@vueuse/nuxt@12.8.2`, `@pinia/nuxt@0.10.1`, `@nuxt/image@1.9.0`\n- Build Modules: `-`\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.0\n\n### Reproduction\n\n\n\n### Description\n\n\nOk so I have a little problem... Lucide Icons does not seem to load properly even though i have it installed and cached... I recently installed lucide-vue-next with npm to try and fix this but i still have the same problem occuring.\n\nI noticed that the error seems to be coming from the uselectmenu components i am using...\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3211,3212,3215],{"name":3184,"color":3185},{"name":3213,"color":3214},"needs reproduction","CB47CF",{"name":3200,"color":3201},3494,"Lucide Icons fail to load properly","2025-03-11T16:48:58Z","https://github.com/nuxt/ui/issues/3494",0.77833676,{"description":3222,"labels":3223,"number":3224,"owner":3143,"repository":3165,"state":3175,"title":3225,"updated_at":3226,"url":3227,"score":3228},"as suggested by @rchl ",[],360,"[v2] rename toNuxtPluginAdded","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/360",0.779032,{"description":3230,"labels":3231,"number":3234,"owner":3143,"repository":3203,"state":3175,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### Description\n\nSorry if this information is available, but I could not find an answer in the docs or by searching.\n\nI was hoping to be able to let users select a theme that also included changing component defaults. \nUsing Vue/Vite (not Nuxt), is it possible to modify the full global configuration (`ui` object) at runtime (instead of having to pass props to or wrap each component)? \n\nI'm not 100% averse to a bit of monkey patching on my current project, but a supported solution would obviously be much much better.\n\nIf this is not currently possible, please consider this a suggestion, for example via an `ui` prop on the `App` component or a `useNuxtUi` composable.\n",[3232,3233],{"name":3140,"color":3141},{"name":3200,"color":3201},3290,"Runtime configuration change?","2025-04-12T15:53:05Z","https://github.com/nuxt/ui/issues/3290",0.7792727,{"description":3240,"labels":3241,"number":3242,"owner":3143,"repository":3144,"state":3175,"title":3243,"updated_at":3244,"url":3245,"score":3246},"",[],319,"Request to the server bundled icon is return randomly icons on production website","2024-12-10T16:10:36Z","https://github.com/nuxt/icon/issues/319",0.779336,["Reactive",3248],{},["Set"],["ShallowReactive",3251],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVWW0iM_XGd-lv7a0I3pTpVxnv_dbm1LqkS0EXLgVQlE":-1},"/nuxt/nuxt.com/1288"]