\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":2899,"owner":2860,"repository":2900,"state":2901,"title":2902,"updated_at":2903,"url":2904,"score":2905},"Those files should also have the same design as in the tree:\n\n\n",[2897],{"name":2871,"color":2898},"ff281a",218,"nuxt.com","closed","Prevent select of deleted files in command palette","2022-03-29T10:23:59Z","https://github.com/nuxt/nuxt.com/issues/218",0.4715112,{"description":2907,"labels":2908,"number":2859,"owner":2860,"repository":2900,"state":2901,"title":2910,"updated_at":2911,"url":2912,"score":2866},"\n",[2909],{"name":2871,"color":2898},"[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":2914,"labels":2915,"number":2919,"owner":2860,"repository":2900,"state":2901,"title":2920,"updated_at":2921,"url":2922,"score":2923},"Blocked by #293 ",[2916],{"name":2917,"color":2918},"enhancement","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":2925,"labels":2926,"number":2919,"owner":2860,"repository":2861,"state":2901,"title":2927,"updated_at":2928,"url":2929,"score":2923},"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":2931,"labels":2932,"number":2933,"owner":2860,"repository":2934,"state":2901,"title":2935,"updated_at":2936,"url":2937,"score":2938},"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":2940,"labels":2941,"number":2933,"owner":2860,"repository":2900,"state":2901,"title":2943,"updated_at":2944,"url":2945,"score":2938},"I suppose this is related to how we selected the first element",[2942],{"name":2871,"color":2898},"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":2947,"labels":2948,"number":2933,"owner":2860,"repository":2889,"state":2901,"title":2950,"updated_at":2951,"url":2952,"score":2938},"### 🐛 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_",[2949],{"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",2954],{},["Set"],["ShallowReactive",2957],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fmJyYHq8_UokqgIi4Tj4x3KC8G6ss5RtgYxmHsFQaVe0":-1},"/nuxt/scripts/218"]