work in Storybook? Thank you",[2867],{"name":2868,"color":2869},"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":2879,"labels":2880,"number":2881,"owner":2871,"repository":2872,"state":2873,"title":2882,"updated_at":2883,"url":2884,"score":2885},"\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":2887,"labels":2888,"number":2892,"owner":2871,"repository":2893,"state":2873,"title":2894,"updated_at":2895,"url":2896,"score":2897},"### 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_",[2889],{"name":2890,"color":2891},"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":2899,"labels":2900,"number":2901,"owner":2871,"repository":2902,"state":2903,"title":2904,"updated_at":2905,"url":2906,"score":2907},"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":2909,"labels":2910,"number":2914,"owner":2871,"repository":2915,"state":2903,"title":2916,"updated_at":2917,"url":2918,"score":2919},"### 🐛 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_",[2911],{"name":2912,"color":2913},"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":2921,"labels":2922,"number":2930,"owner":2871,"repository":2931,"state":2903,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### 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```",[2923,2924,2927],{"name":2912,"color":2913},{"name":2925,"color":2926},"duplicate","cfd3d7",{"name":2928,"color":2929},"v3","49DCB8",3288,"ui","USelectMenu broken within UModal","2025-02-11T14:11:07Z","https://github.com/nuxt/ui/issues/3288",0.77577126,{"description":2937,"labels":2938,"number":2944,"owner":2871,"repository":2931,"state":2903,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### 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```",[2939,2940,2943],{"name":2912,"color":2913},{"name":2941,"color":2942},"needs reproduction","CB47CF",{"name":2928,"color":2929},3494,"Lucide Icons fail to load properly","2025-03-11T16:48:58Z","https://github.com/nuxt/ui/issues/3494",0.77833676,{"description":2950,"labels":2951,"number":2952,"owner":2871,"repository":2893,"state":2903,"title":2953,"updated_at":2954,"url":2955,"score":2956},"as suggested by @rchl ",[],360,"[v2] rename toNuxtPluginAdded","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/360",0.779032,{"description":2958,"labels":2959,"number":2962,"owner":2871,"repository":2931,"state":2903,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### 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",[2960,2961],{"name":2868,"color":2869},{"name":2928,"color":2929},3290,"Runtime configuration change?","2025-04-12T15:53:05Z","https://github.com/nuxt/ui/issues/3290",0.7792726,{"description":2968,"labels":2969,"number":2970,"owner":2871,"repository":2872,"state":2903,"title":2971,"updated_at":2972,"url":2973,"score":2974},"",[],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.7793359,["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVWW0iM_XGd-lv7a0I3pTpVxnv_dbm1LqkS0EXLgVQlE":-1},"/nuxt/nuxt.com/1288"]