work in Storybook? Thank you",[3018],{"name":3019,"color":3020},"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":3030,"labels":3031,"number":3032,"owner":3022,"repository":3023,"state":3024,"title":3033,"updated_at":3034,"url":3035,"score":3036},"\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":3038,"labels":3039,"number":3043,"owner":3022,"repository":3044,"state":3024,"title":3045,"updated_at":3046,"url":3047,"score":3048},"### 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_",[3040],{"name":3041,"color":3042},"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":3050,"labels":3051,"number":3052,"owner":3022,"repository":3053,"state":3054,"title":3055,"updated_at":3056,"url":3057,"score":3058},"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":3060,"labels":3061,"number":3065,"owner":3022,"repository":3066,"state":3054,"title":3067,"updated_at":3068,"url":3069,"score":3070},"### 🐛 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_",[3062],{"name":3063,"color":3064},"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":3072,"labels":3073,"number":3081,"owner":3022,"repository":3082,"state":3054,"title":3083,"updated_at":3084,"url":3085,"score":3086},"### 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```",[3074,3075,3078],{"name":3063,"color":3064},{"name":3076,"color":3077},"duplicate","cfd3d7",{"name":3079,"color":3080},"v3","49DCB8",3288,"ui","USelectMenu broken within UModal","2025-02-11T14:11:07Z","https://github.com/nuxt/ui/issues/3288",0.77577126,{"description":3088,"labels":3089,"number":3095,"owner":3022,"repository":3082,"state":3054,"title":3096,"updated_at":3097,"url":3098,"score":3099},"### 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```",[3090,3091,3094],{"name":3063,"color":3064},{"name":3092,"color":3093},"needs reproduction","CB47CF",{"name":3079,"color":3080},3494,"Lucide Icons fail to load properly","2025-03-11T16:48:58Z","https://github.com/nuxt/ui/issues/3494",0.77833676,{"description":3101,"labels":3102,"number":3103,"owner":3022,"repository":3044,"state":3054,"title":3104,"updated_at":3105,"url":3106,"score":3107},"as suggested by @rchl ",[],360,"[v2] rename toNuxtPluginAdded","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/360",0.779032,{"description":3109,"labels":3110,"number":3113,"owner":3022,"repository":3082,"state":3054,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### 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",[3111,3112],{"name":3019,"color":3020},{"name":3079,"color":3080},3290,"Runtime configuration change?","2025-04-12T15:53:05Z","https://github.com/nuxt/ui/issues/3290",0.7792727,{"description":3119,"labels":3120,"number":3121,"owner":3022,"repository":3023,"state":3054,"title":3122,"updated_at":3123,"url":3124,"score":3125},"",[],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",3127],{},["Set"],["ShallowReactive",3130],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVWW0iM_XGd-lv7a0I3pTpVxnv_dbm1LqkS0EXLgVQlE":-1},"/nuxt/nuxt.com/1288"]