\r\n\u003C!-- First usage generates the following HTML -->\r\n\u003Csvg data-icon=\"logo\">\r\n \u003Csymbol id=\"ai:uniqueid\">\u003C!-- contents of logo.svg -->\u003C/symbol>\r\n \u003Cuse xlink:href=\"#ai:uniqueid\">\u003C/use>\r\n\u003C/svg>\r\n\r\n\u003CIcon name=\"logo\" />\r\n\u003C!-- Additional usage generates the following HTML -->\r\n\u003Csvg data-icon=\"logo\">\r\n \u003Cuse xlink:href=\"#ai:uniqueid\">\u003C/use>\r\n\u003C/svg>\r\n```\r\n\r\nIt'd be nice to have this feature in Nuxt Icon module as well.",[],256,"icon","Auto-optimized sprites using `\u003Csymbol>` and `\u003Cuse>`","2024-09-26T17:08:19Z","https://github.com/nuxt/icon/issues/256",0.7318679,{"description":3155,"labels":3156,"number":3157,"owner":3138,"repository":3158,"state":3140,"title":3159,"updated_at":3160,"url":3161,"score":3162},"i think the example code should use \r\n`// Current implementation\r\npreviousTodos.value = todos.value;\r\n\r\n// Proposed change\r\npreviousTodos.value = [...todos.value];`",[],1653,"nuxt.com","Docs (useNuxtData => #Optimistic Updates).Incorrect Use of Reference Assignment in previousTodos.value = todos.value","2025-03-21T19:43:40Z","https://github.com/nuxt/nuxt.com/issues/1653",0.7320931,{"description":3164,"labels":3165,"number":3169,"owner":3138,"repository":3170,"state":3171,"title":3172,"updated_at":3173,"url":3174,"score":3175},"Hi @danielroe - thanks for this package. I'm getting this error:\r\n```\r\nFailed to load nuxt-vitest module. You may need to add it to your nuxt.config.\r\n```\r\n\r\nMy directory structure is a little different though as I'm creating a module:\r\nhttps://github.com/components-web-app/cwa-nuxt-module/tree/fix/tests\r\n\r\nI had been using another plugin but came across the same issue as was raised here relating to a missing virtual file.\r\nhttps://github.com/nuxt/nuxt/issues/20550\r\n\r\nDo you have any suggestions on the best way for me to resolve this?",[3166],{"name":3167,"color":3168},"vitest-environment","b60205",569,"test-utils","closed","How to use when creating a module?","2023-12-02T00:32:11Z","https://github.com/nuxt/test-utils/issues/569",0.4612818,{"description":3177,"labels":3178,"number":3182,"owner":3138,"repository":3158,"state":3171,"title":3183,"updated_at":3184,"url":3185,"score":3186},"This composable will only handle the fetch with [createSharedComposable](https://vueuse.org/shared/createsharedcomposable/) from VueUse.",[3179],{"name":3180,"color":3181},"enhancement","1ad6ff",149,"Composable to fetch GitHub installations","2022-05-20T13:10:36Z","https://github.com/nuxt/nuxt.com/issues/149",0.685199,{"description":3188,"labels":3189,"number":3137,"owner":3138,"repository":3158,"state":3171,"title":3191,"updated_at":3192,"url":3193,"score":3144},"- [ ] `pages/@[team]/new/index.vue`\n- [ ] `pages/@[team]/new/clone.vue`",[3190],{"name":3180,"color":3181},"Create composable for github installations + cache","2023-02-15T12:31:43Z","https://github.com/nuxt/nuxt.com/issues/83",{"description":3195,"labels":3196,"number":3203,"owner":3138,"repository":3204,"state":3171,"title":3205,"updated_at":3206,"url":3207,"score":3208},"### Description\nThe current implementation of Nested forms in nuxt ui uses flex as a way to differentiate between row forms.\n\nI am currently trying to use Nuxt UI v2 UTable component with the UForm component. \n\nHowever, a more ideal situation for me would be an implementation that uses the features of Nuxt UI's table with the nested Uform component. Meaning I can have the benefits of nuxt ui's form validation as well as the table.\n\n[The implementation here would be awesome](https://stackoverflow.com/questions/6707386/add-form-to-table-rows). A more ideal implentation is [this](https://jsfiddle.net/ZRQPP/), but with the form validation features that nuxt ui provides ",[3197,3200],{"name":3198,"color":3199},"question","d876e3",{"name":3201,"color":3202},"stale","ededed",3171,"ui","[Table] with row [Form] component features.","2025-03-09T13:19:00Z","https://github.com/nuxt/ui/issues/3171",0.723786,{"description":3210,"labels":3211,"number":3218,"owner":3138,"repository":3204,"state":3171,"title":3219,"updated_at":3220,"url":3221,"score":3222},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v23.1.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.1.3\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\nhttps://github.com/brycesteve/nuxtUi500Repro\n\n### Description\n\nWhen using Nuxt UI from a layer, wrapping in `UApp` causes the following error:\n\n```\n500\nnull is not an object (evaluating 'currentRenderingInstance.ce')\n\nat renderComponentRoot (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3708:44)\nat renderComponentSubTree (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:465:65)\nat renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:417:36)\nat ssrRenderComponent (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:57:32)\nat _sfc_ssrRender (:52:49)\nat renderComponentSubTree (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:460:20)\nat renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:417:36)\nat ssrRenderComponent (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:57:32)\nat _sfc_ssrRender (:46:49)\n```\n\nRemoving `UApp` stops the error from happening. `UApp` also works correctly when not in a layer.\n\nIn the reproduction, Nuxt UI is added to the layer in `~/layers/ui`.\n\nRunning `bun --bun run dev` in the project root causes the error. Switching to `~/layers/ui` and running `bun --bun run dev` doesn't have the same error (`App.vue` in `~/layers/ui/.playground` is the same as the root `App.vue`). So, the issue is something to do with Nuxt UI being extended from a layer. The other components I've tried seem to work ok.\n\nI have read in a few places that this might be something to do with multiple Vue instances being created. But if it is, I can't seem to find a config that allows it to work.\n\nShould Nuxt UI work from a layer, or is it not compatible this way? If it should, is there something I'm doing wrong, or does anyone have a fix to make this work?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3212,3215],{"name":3213,"color":3214},"bug","d73a4a",{"name":3216,"color":3217},"v3","49DCB8",2622,"Nuxt UI in layer causes 500 error when wrapping in UApp","2024-12-05T13:48:51Z","https://github.com/nuxt/ui/issues/2622",0.7259885,{"labels":3224,"number":3228,"owner":3138,"repository":3138,"state":3171,"title":3229,"updated_at":3230,"url":3231,"score":3232},[3225],{"name":3226,"color":3227},"3.x","29bc7f",12846,"docs: clarify that composables are imported from `#app`","2023-01-19T16:37:28Z","https://github.com/nuxt/nuxt/issues/12846",0.7265785,{"labels":3234,"number":3241,"owner":3138,"repository":3138,"state":3171,"title":3242,"updated_at":3243,"url":3244,"score":3245},[3235,3237,3238],{"name":3180,"color":3236},"8DEF37",{"name":3226,"color":3227},{"name":3239,"color":3240},"dx","C39D69",13963,"automatically generate unique keys for keyed composables","2023-01-19T17:11:03Z","https://github.com/nuxt/nuxt/issues/13963",0.7277595,["Reactive",3247],{},["Set"],["ShallowReactive",3250],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f6ttUOZcA2ICCIOFQfvGf6G1PpJFbn3TGMeyWqFstuGE":-1},"/nuxt/nuxt.com/569"]