\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\" />",[2897,2900,2901],{"name":2898,"color":2899},"bug","d73a4a",{"name":2871,"color":2872},{"name":2874,"color":2875},3972,"Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.77854663,{"description":2908,"labels":2909,"number":2910,"owner":2877,"repository":2911,"state":2912,"title":2913,"updated_at":2914,"url":2915,"score":2916},"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","closed","Hydration mismatch with useId() if \u003CIcon /> is used","2025-04-10T06:07:28Z","https://github.com/nuxt/icon/issues/356",0.47143102,{"description":2918,"labels":2919,"number":2910,"owner":2877,"repository":2921,"state":2912,"title":2922,"updated_at":2923,"url":2924,"score":2916},"### 🐛 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_",[2920],{"name":2898,"color":2899},"scripts","error loading dynamically imported module, when using adsense script","2025-02-12T08:39:18Z","https://github.com/nuxt/scripts/issues/356",{"description":2926,"labels":2927,"number":2930,"owner":2877,"repository":2931,"state":2912,"title":2932,"updated_at":2933,"url":2934,"score":2935},"",[2928],{"name":2868,"color":2929},"1ad6ff",277,"nuxt.com","Command palettes modals should always have first element selected","2023-02-15T12:32:03Z","https://github.com/nuxt/nuxt.com/issues/277",0.6880224,{"description":2937,"labels":2938,"number":2930,"owner":2877,"repository":2939,"state":2912,"title":2940,"updated_at":2941,"url":2942,"score":2935},"https://github.com/nuxt-community/laravel-echo-module/blob/main/test/basic.test.ts#L12",[],"test-utils","renderAndGetWindow type not found","2023-12-02T00:13:07Z","https://github.com/nuxt/test-utils/issues/277",{"description":2944,"labels":2945,"number":2949,"owner":2877,"repository":2878,"state":2912,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Environment\n\n- **Operating System**: Windows 11\n- **Browsers**: Firefox, Chrome (latest for each)\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.x (docs)\n\n### Reproduction\n\nOn **Windows 11**, hitting `windows key + k`, per the docs for `meta_k` when using `defineShortcuts`, which is what looks like the search command palette on the docs is using, does not get passed into the website itself (or even the browser). I've tried ctrl and other keybinds with no success either. \n\nI've tested on both Chrome and Firefox, neither work.\n\n### Description\n\nUsing the following javascript in the browser console on each:\n```\nwindow.addEventListener(\"keydown\", function (event) {\n console.log(event)\n})\n\nwindow.addEventListener(\"keyup\", function (event) {\n console.log(event)\n})\n```\n\nA few things I notice:\n1. Holding Windows key (`meta`) does trigger the keydown event, but pressing `k`, Windows intercepts, and doesn't trigger a keydown event. Assume this is because Windows 10 or 11 is intercepting for this \"cast\" feature (below).\n2. Pressing `k` first, then Windows key (`meta`), both trigger keydown, but neither trigger keyup. `k` triggers keydown, but then Windows key (`meta`) doesn't.\n\n\n\n### Additional context\n\ntl;dr: probably easiest to support `ctrl+k`. `ctrl+f` is typical for basic browser text search, so `ctrl+k` makes the most sense (and it's what most sites use). I've never seen sites use windows keys for anything, because it's meant for _windows_ functionality. Alternatively, supporting `/` would be nice, some sites use this.\n\nNot critical, just the keybind to search docs faster. Plus, the search icon is so small in the docs navbar that I often misclick when trying to search the docs.\n\n### Logs\n\n```shell-script\n\n```",[2946,2947,2948],{"name":2898,"color":2899},{"name":2871,"color":2872},{"name":2874,"color":2875},3869,"bug(docs): search keybind (for command palette) non-functional on windows","2025-04-28T10:40:08Z","https://github.com/nuxt/ui/issues/3869",0.72318625,{"description":2955,"labels":2956,"number":2959,"owner":2877,"repository":2931,"state":2912,"title":2960,"updated_at":2961,"url":2962,"score":2963},"Those files should also have the same design as in the tree:\n\n\n",[2957],{"name":2898,"color":2958},"ff281a",218,"Prevent select of deleted files in command palette","2022-03-29T10:23:59Z","https://github.com/nuxt/nuxt.com/issues/218",0.7530223,{"description":2965,"labels":2966,"number":2959,"owner":2877,"repository":2921,"state":2912,"title":2968,"updated_at":2969,"url":2970,"score":2963},"### 🆒 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_",[2967],{"name":2868,"color":2869},"DNS prefetch / preload default triggered scripts","2024-09-27T08:15:47Z","https://github.com/nuxt/scripts/issues/218",["Reactive",2972],{},["Set"],["ShallowReactive",2975],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5EWLuknqJjPdRhRjll8blEx3691UHOseqvee0cKS_DU":-1},"/nuxt/nuxt.com/356"]