\n\u003CIcon name=\"mdi:home\" class=\"w-10 h-10\" />\n```\nThese icons should be 40x40px, but instead, they are using the default size of the icon.\n\n\u003Cimg width=\"441\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/dbbfec71-fefa-4b0d-85c5-e915de7b11db\" />\n\n\u003Cimg width=\"292\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6253bc82-4c82-490f-a0db-3276ab42d6b6\" />\n\n\u003Cimg width=\"527\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a7b5e557-9b1e-48bc-812b-fc3d831e4f1d\" />\n\nExpected behavior :\nThe icon should be 40x40px.\n\nPackage version :\n- \"@nuxt/icon\": \"1.10.3\",\n- \"@tailwindcss/vite\": \"^4.0.0\",\n- \"tailwindcss\": \"^4.0.0\",\n\nMinimal Reproduction:\nhttps://github.com/misbahansori/nuxt-icons-issue",[],346,"icon","Icon size cannot be change with TailwindCSS v4 class","2025-03-11T20:50:56Z","https://github.com/nuxt/icon/issues/346",0.77832085,{"description":3096,"labels":3097,"number":3101,"owner":3027,"repository":3041,"state":3058,"title":3102,"updated_at":3103,"url":3104,"score":3105},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.19.0\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module\n\n### Reproduction\n\nhttps://github.com/chronicadventure/nuxt-bug\r\n\r\njust run `npm test` and the console will error out. *Note* you don't even need an actual test, just the import causes the entire file to fail.\n\n### Describe the bug\n\nImporting `import { mockNuxtImport } from '@nuxt/test-utils/runtime'` as stated in the docs causes the entire test file to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nDEV v1.4.0 C:/Users/AdrianCampos/BugRepo/repro\r\n\r\n ❯ tests/random.nuxt.test.js (0)\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n FAIL tests/random.nuxt.test.js [ tests/random.nuxt.test.js ]\r\nError: Failed to load url #imports (resolved id: #imports) in C:/Users/AdrianCampos/BugRepo/node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs. Does the file exist?\r\n ❯ loadAndTransform ../node_modules/vite/dist/node/chunks/dep-B-u6xNiR.js:53832:21\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Test Files 1 failed (1)\r\n Tests no tests\r\n Start at 21:58:52\r\n Duration 2.22s (transform 69ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 846ms)\r\n\r\n\r\n FAIL Tests failed. Watching for file changes...\r\n press h to show help, press q to quit\n```\n",[3098],{"name":3099,"color":3100},"pending triage","5D08F5",800,"Failed to load url #imports after importing mockNuxtImport","2024-05-26T19:14:39Z","https://github.com/nuxt/test-utils/issues/800",0.7801488,{"description":3107,"labels":3108,"number":3112,"owner":3027,"repository":3028,"state":3058,"title":3113,"updated_at":3114,"url":3115,"score":3116},"We should replace the Bootstrap icon with the Content module icon\n\n\n\n",[3109],{"name":3110,"color":3111},"design","00bd6f",775,"[Homepage] Update modules list","2023-09-05T08:18:35Z","https://github.com/nuxt/nuxt.com/issues/775",0.7803932,{"description":3118,"labels":3119,"number":3112,"owner":3027,"repository":3041,"state":3058,"title":3121,"updated_at":3122,"url":3123,"score":3116},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.19.1\r\n- Nuxt Version: 3.10.3\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.9.3\r\n- Package Manager: npm@10.2.4\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/~/github.com/rinux55/nuxt-fetch\r\n\r\nSee `app.test.ts`. In the `test/setup.ts` and `test/server.ts` there is an `msw` server being set up with a mocked endpoint.\r\n\r\n### Describe the bug\r\n\r\nTo mock requests made using `$fetch` and `useFetch`, I expect to be able to use a utility like [`msw`](https://mswjs.io/). \r\n\r\nUnfortunately, this doesn't seem to work in combination with `@nuxt/test-utils`. \r\n\r\nI've created a reproduction where you can see that `globalThis.fetch` is mocked just fine, but `useFetch` or `fetch` is not:\r\n\r\nhttps://stackblitz.com/~/github.com/rinux55/nuxt-fetch\r\n\r\nAny help with this would be greatly appreciated.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3120],{"name":3099,"color":3100},"Unable to use with `msw` to mock requests","2024-10-29T12:08:01Z","https://github.com/nuxt/test-utils/issues/775",{"description":3125,"labels":3126,"number":3135,"owner":3027,"repository":3057,"state":3058,"title":3136,"updated_at":3137,"url":3138,"score":3139},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.17.0\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.11\n- Package Manager: pnpm@10.9.0\n- Builder: -\n- User Config: modules, colorMode, image, content, plausible, devtools, hub, css, mdc, nitro, runtimeConfig, routeRules, future, compatibilityDate, eslint\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/image@1.10.0, @nuxt/ui-pro@3.1.0, @nuxt/content@3.5.1, @nuxthub/core@0.8.25, @nuxtjs/plausible@1.2.0, @vueuse/nuxt@13.1.0, nuxt-og-image@5.1.3\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.0\n\n### Reproduction\n\n1. Open [saas-template.nuxt.dev](https://saas-template.nuxt.dev/) in Safari on macOS 18.4.\n2. Scroll to the Testimonials section.\n3. Observe that after a line break in the grid, the first card in each new row is not rendered.\n4. Open Safari’s developer tools and disable the first CSS rule:\n```\n:is(.*:will-change-transform>*) {\n will-change: transform;\n}\n```\n5. Observe that the missing cards now appear, but borders render incorrectly.\n\n\n### Description\n\nOn Safari for macOS (Version 18.4 – 20621.1.15.11.10), using @nuxt/ui components in a responsive grid layout causes elements to disappear after a line break. Specifically, the first item in each new row is not rendered when will-change: transform is applied.\n\n**🔍 Context**\nThe issue is reproducible on your official SaaS template: [saas-template.nuxt.dev](https://saas-template.nuxt.dev/), in the testimonial section. This section uses only @nuxt/ui components – no @nuxt/ui-pro components are involved. The relevant code lives in [/app/pages/index.vue](https://github.com/nuxt-ui-pro/saas/blob/main/app/pages/index.vue), lines 58–80.\n\n**📍 Suspected Source**\nIn Safari, the following rule seems to break the layout:\n\n```\n:is(.*:will-change-transform>*) {\n will-change: transform;\n}\n```\nDisabling this rule in Safari's dev tools makes the hidden items visible again. However, doing so causes border-top rendering to break.\n\n\n**📸 Screenshots**\nIssue (first items not rendered):\n\n\nAfter disabling will-change (cards reappear):\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3127,3128,3131,3132],{"name":3038,"color":3039},{"name":3129,"color":3130},"duplicate","cfd3d7",{"name":3051,"color":3052},{"name":3133,"color":3134},"pro","5BD3CB",4026,"Safari Bug: Grid layout issues with `will-change: transform`","2025-04-30T13:51:05Z","https://github.com/nuxt/ui/issues/4026",0.7857618,["Reactive",3141],{},["Set"],["ShallowReactive",3144],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fk3xSAa_ONQL48VN5PTpWEgtkj74QRpamuj83_Am53LM":-1},"/nuxt/nuxt.com/1158"]