\n```\n\nsame result is expected when using `active`, but `leadingIcon` is ignored\n```\n\u003CUButton\n label=\"Label\"\n active\n active-color=\"primary\"\n active-variant=\"soft\"\n icon=\"mdi-account\"\n @click.prevent=\"active = !active\"\n/>\n```\n\n### Additional context\n\n\u003Cimg width=\"202\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0756fb1c-772c-44ae-855d-90aba304bd9e\" />",[2870,2873,2876],{"name":2871,"color":2872},"bug","d73a4a",{"name":2874,"color":2875},"v3","49DCB8",{"name":2877,"color":2878},"triage","ffffff",3972,"ui","Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.742231,{"description":2886,"labels":2887,"number":2888,"owner":2860,"repository":2889,"state":2862,"title":2890,"updated_at":2891,"url":2892,"score":2893},"Context: https://web.dev/articles/sandboxed-iframes\r\n\r\nWe can have scripts load from a separate endpoint inside an iframe, allowing us to easily restrict their behaviour. This solves the security concern of using third-party scripts if the remote script is compromised, however it would only make sense for a subset of scripts.\r\n\r\n```html\r\n\u003Ciframe sandbox=\"allow-scripts\" src=\"/__scripts/my-script.html\">\u003C/iframe>\r\n```\r\n\r\n**/__scripts/my-script.html**\r\n\r\n```html\r\n\u003Chtml>\r\n \u003Cscript src=\"https://example.com/my-script.js\">\u003C/script>\r\n\u003C/html>\r\n```\r\n\r\nTwitter example\r\n\r\n```html\r\n\u003Ciframe sandbox=\"allow-same-origin allow-scripts allow-popups allow-forms\"\r\n src=\"https://platform.twitter.com/widgets/tweet_button.html\"\r\n style=\"border: 0; width:130px; height:20px;\">\u003C/iframe>\r\n```",[],131,"scripts","Investigate Iframe Script Sandboxing","2024-07-06T08:23:47Z","https://github.com/nuxt/scripts/issues/131",0.76054525,{"description":2895,"labels":2896,"number":2900,"owner":2860,"repository":2889,"state":2901,"title":2902,"updated_at":2903,"url":2904,"score":2905},"### 🆒 Your use case\r\n\r\nFor scripts using the default trigger (onNuxtReady) we should probably do a prefetch or preload so that the script is downloaded and executated as quickly as possible.\r\n\r\n### 🆕 The solution you'd like\r\n\r\n-\r\n\r\n### 🔍 Alternatives you've considered\r\n\r\n_No response_\r\n\r\n### ℹ️ Additional info\r\n\r\n_No response_",[2897],{"name":2898,"color":2899},"enhancement","a2eeef",218,"closed","DNS prefetch / preload default triggered scripts","2024-09-27T08:15:47Z","https://github.com/nuxt/scripts/issues/218",0.4715112,{"description":2907,"labels":2908,"number":2859,"owner":2860,"repository":2911,"state":2901,"title":2912,"updated_at":2913,"url":2914,"score":2866},"\n",[2909],{"name":2871,"color":2910},"ff281a","nuxt.com","[Docs] Missing gray background on file system routing section default selected","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/826",{"description":2916,"labels":2917,"number":2920,"owner":2860,"repository":2911,"state":2901,"title":2921,"updated_at":2922,"url":2923,"score":2924},"Blocked by #293 ",[2918],{"name":2898,"color":2919},"1ad6ff",301,"Display recent files in `CMD+K` command palette","2023-02-15T12:32:06Z","https://github.com/nuxt/nuxt.com/issues/301",0.73920083,{"description":2926,"labels":2927,"number":2920,"owner":2860,"repository":2861,"state":2901,"title":2928,"updated_at":2929,"url":2930,"score":2924},"I am checking the official documentation of Nuxt and it says that this project is still in development. \r\n\r\n\r\n\r\n- [Nuxt/Testing ](https://nuxt.com/docs/getting-started/testing)\r\n\r\nSo, My question is if this data is correct because I don't see any warning from your side. ",[],"Could I use @nuxt/test-utils for testing production apps?","2023-12-02T00:28:10Z","https://github.com/nuxt/test-utils/issues/301",{"description":2932,"labels":2933,"number":2934,"owner":2860,"repository":2935,"state":2901,"title":2936,"updated_at":2937,"url":2938,"score":2939},"We’ve consistently ran into issues with hydration and `useId` across some Nuxt projects and I think we finally found the culprit. I've forked the example from https://github.com/nuxt/icon/issues/310 and slightly altered it to reproduce the issue. Both `svg` and `css` mode lead to the error. Might it be related to the custom api endpoint?\n\n```\n[Vue warn]: Hydration attribute mismatch on \u003Cinput id=\"v-1-0\"> \n - rendered on server: id=\"v-1-0\"\n - expected on client: id=\"v-0-0\"\n Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.\n You should fix the source of the mismatch. \n at \u003CCustomInput> \n at \u003CTestComponent> \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n```\n\nThe reproduction can be found here:\nhttps://stackblitz.com/edit/github-pz2kcg-jtmax8ot?file=nuxt.config.ts",[],356,"icon","Hydration mismatch with useId() if \u003CIcon /> is used","2025-04-10T06:07:28Z","https://github.com/nuxt/icon/issues/356",0.75288534,{"description":2941,"labels":2942,"number":2934,"owner":2860,"repository":2911,"state":2901,"title":2944,"updated_at":2945,"url":2946,"score":2939},"I suppose this is related to how we selected the first element",[2943],{"name":2871,"color":2910},"On command palettes, arrow down must be pressed twice to go to next result","2023-02-15T12:32:13Z","https://github.com/nuxt/nuxt.com/issues/356",{"description":2948,"labels":2949,"number":2934,"owner":2860,"repository":2889,"state":2901,"title":2951,"updated_at":2952,"url":2953,"score":2939},"### 🐛 The bug\n\nIn the reproduction project added two pages. In page1 adsense script is used. Accessing this page triggers \"error loading dynamically imported module: https://nuxtstarterpkwfkx-l1p5--3000--1b4252dd.local-corp.webcontainer.io/_nuxt/pages/page1.vue\" after some time.\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-kzs9wacl?file=pages%2Fpage1.vue\n\n### 🌈 Expected behavior\n\nadsense iframe to load\n\n### ℹ️ Additional context\n\n_No response_",[2950],{"name":2871,"color":2872},"error loading dynamically imported module, when using adsense script","2025-02-12T08:39:18Z","https://github.com/nuxt/scripts/issues/356",["Reactive",2955],{},["Set"],["ShallowReactive",2958],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQ2s9Vc8bEH6trJIfpAduvN9JEXDS9JowSpf71-QAIgk":-1},"/nuxt/nuxt.com/218"]