\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"icon","size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.7779925,{"description":2031,"labels":2032,"number":2039,"owner":1985,"repository":2040,"state":1999,"title":2041,"updated_at":2042,"url":2043,"score":2044},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.18.2\r\n- Nuxt Version: 3.6.0\r\n- Nitro Version: 2.5.1\r\n- Package Manager: npm@8.19.4\r\n- Builder: vite\r\n- User Config: ssr, app, css, modules, i18n, apollo, runtimeConfig, imports, devtools\r\n- Runtime Modules: @nuxtjs/eslint-module@4.1.0, @nuxtjs/i18n@8.0.0-beta.12, @nuxtjs/apollo@5.0.0-alpha.6, @vee-validate/nuxt@4.12.4\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nI simply follow the getting started and this works up until I try to use mountSuspended or renderSuspended. I try a basic test as following:\r\n\r\n```\r\nimport { describe, expect, it } from 'vitest';\r\nimport { renderSuspended } from '@nuxt/test-utils/runtime';\r\n\r\nimport { createI18n } from 'vue-i18n';\r\n\r\nimport nlBE from '@/i18n/nl-BE';\r\nimport Landing from '@/pages/index.vue';\r\n\r\nconst i18n = createI18n({\r\n locale: 'nl-BE',\r\n messages: {\r\n 'nl-BE': nlBE\r\n }\r\n});\r\n\r\nconst config = {\r\n global: {\r\n plugins: [i18n]\r\n }\r\n};\r\n\r\ndescribe('Landing Page', () => {\r\n it('renders a webpage', async () => {\r\n const component = await renderSuspended(Landing, config);\r\n expect(component.html()).toMatchSnapshot();\r\n });\r\n});\r\n```\r\n\r\nThis returns as error \"Cannot destructure property 'vueApp' of 'globalThis.__unctx__.get(...).tryUse(...)' as it is undefined.\"\r\n\r\nAnother issue I sometimes get is the following: (not sure if related)\r\n\r\n\u003Cimg width=\"1003\" alt=\"image\" src=\"https://github.com/nuxt/test-utils/assets/9035369/43918f85-8ab7-4ba0-83ba-fb6520fc78a3\">\r\n\r\n### Describe the bug\r\n\r\nWhile following the getting started for nuxt/test-utils I come across the following error: \r\n\r\n`Cannot destructure property 'vueApp' of 'globalThis.__unctx__.get(...).tryUse(...)' as it is undefined.`\r\n\r\nThis happens as soon as I try to import anything from `@nuxt/test-utils/runtime`. Changing environment to jsdom, happy-dom or nuxt does not change anything.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2033,2036],{"name":2034,"color":2035},"needs reproduction","DE7793",{"name":2037,"color":2038},"pending triage","5D08F5",752,"test-utils","Cannot destructure property 'vueApp' of 'globalThis.__unctx__.get(...).tryUse(...)' as it is undefined.","2024-02-16T10:34:38Z","https://github.com/nuxt/test-utils/issues/752",0.78219175,{"description":2046,"labels":2047,"number":2049,"owner":1985,"repository":1986,"state":1999,"title":2050,"updated_at":2051,"url":2052,"score":2053},"",[2048],{"name":1996,"color":1997},378,"[Live Collab] Update draft when collaborators reset it from branches modal","2022-04-21T10:43:38Z","https://github.com/nuxt/nuxt.com/issues/378",0.7849575,{"description":2055,"labels":2056,"number":2049,"owner":1985,"repository":2040,"state":1999,"title":2057,"updated_at":2058,"url":2059,"score":2053},"### Environment\n\nhttps://github.com/Rigo-m/nuxt-vitest-error-test\n\n### Reproduction\n\nhttps://github.com/Rigo-m/nuxt-vitest-error-test\n\n### Describe the bug\n\nRunning pnpm i && pnpm --filter global test gives the following error: \r\n```\r\nError: [@vue/compiler-sfc] No fs option provided to `compileScript` in non-Node environment. File system access is required for resolving imported types.\r\n\r\n/Users/rigo/Projects/nuxt-test-utils-test/packages/layer/components/Test.vue\r\n5 | \u003Cscript setup lang=\"ts\">\r\n6 | import type { TestProps } from \"./test.props\";\r\n7 | defineProps\u003CTestProps>();\r\n | ^^^^^^^^^\r\n8 | \u003C/script>\r\n```\n\n### Additional context\n\nRemoving vitest.config.ts make e2e tests works, but (obviously) kills unit tests using nuxt vitest environment\n\n### Logs\n\n_No response_",[],"nuxt-vitest + nuxt test utils not working properly together","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/378",{"description":2061,"labels":2062,"number":2066,"owner":1985,"repository":1985,"state":1999,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### Describe the feature\n\nIt would be really great if you could publish changes ( fixes & features ) more often. \n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[2063,2064,2065],{"name":2008,"color":2009},{"name":2011,"color":2012},{"name":2014,"color":2015},12548,"Document Release Cycle","2023-03-07T17:46:27Z","https://github.com/nuxt/nuxt/issues/12548",0.7854409,{"description":2072,"labels":2073,"number":2082,"owner":1985,"repository":2083,"state":1999,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Description\n\nHello, \n\nI was looking for adding Català language to nuxt ui v3. However, i am not used to pull requests but also, the 'ca' code may be confusing with Canada one (and may be others?)\n\nCan someone help me on that way so I will be able to use the locale in the UApp componente :) ?\n\nThank you very much ! \n\n```\n\nimport { defineLocale } from '../composables/defineLocale'\n\nexport default defineLocale({\n name: 'Català',\n code: 'ca',\n messages: {\n inputMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"'\n },\n calendar: {\n prevYear: 'Any anterior',\n nextYear: 'Any següent',\n prevMonth: 'Mes anterior',\n nextMonth: 'Mes següent'\n },\n inputNumber: {\n increment: 'Incrementar',\n decrement: 'Decrementar'\n },\n commandPalette: {\n placeholder: 'Escriu una ordre o cerca...',\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n close: 'Tancar'\n },\n selectMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"',\n search: 'Cerca...'\n },\n toast: {\n close: 'Tancar'\n },\n carousel: {\n prev: 'Anterior',\n next: 'Següent',\n goto: 'Anar a la diapositiva {slide}'\n },\n modal: {\n close: 'Tancar'\n },\n slideover: {\n close: 'Tancar'\n },\n alert: {\n close: 'Tancar'\n },\n table: {\n noData: 'Sense dades'\n }\n }\n})\n\n```\n\n### Additional context\n\n_No response_",[2074,2076,2079],{"name":1996,"color":2075},"a2eeef",{"name":2077,"color":2078},"v3","49DCB8",{"name":2080,"color":2081},"triage","ffffff",3477,"ui","Adding Català language","2025-03-20T14:09:46Z","https://github.com/nuxt/ui/issues/3477",0.78670764,{"description":2089,"labels":2090,"number":2092,"owner":1985,"repository":1986,"state":1999,"title":2093,"updated_at":2094,"url":2095,"score":2096},"Except `Create new branch` that react based on the query",[2091],{"name":1996,"color":1997},326,"Actions in branches and files modal should be searchable","2023-02-15T12:32:09Z","https://github.com/nuxt/nuxt.com/issues/326",0.78738946,["Reactive",2098],{},["Set"],["ShallowReactive",2101],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"cmw8LGGg0vI7lzyYL8kedy70iyt-prPZa5jNfv_bRfM":-1},"/nuxt/nuxt.com/159"]