\n );\n});\n```\n\nhttps://codesandbox.io/p/devbox/dreamy-kepler-dqcx4s\n\n### Description\n\nWhen using the `UIcon` component in a JSX/TSX environment, it triggers a \"Maximum call stack size exceeded\" error. The issue appears to be caused by a circular reference in the `Icon.vue` component where it might be incorrectly referencing itself instead of the Nuxt UI icon.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2918,2921,2922],{"name":2919,"color":2920},"bug","d73a4a",{"name":2884,"color":2885},{"name":2869,"color":2870},3671,"Maximum call stack size exceeded when using UIcon in JSX/TSX environment","2025-03-24T15:05:07Z","https://github.com/nuxt/ui/issues/3671",0.7492685,{"description":2929,"labels":2930,"number":2933,"owner":2872,"repository":2873,"state":2910,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Environment\n\nOperating System: `Darwin`\nNode Version: `v22.11.0`\nNuxt Version: `3.14.1592`\nCLI Version: `3.16.0`\nNitro Version: `2.10.4`\nPackage Manager: `npm@10.9.0`\nBuilder: -\nUser Config: `default`\nRuntime Modules: `@nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.2, @nuxt/image@1.8.1`\nBuild Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nhttps://github.com/makvv4/nuxtui3-avatar-bug-reproduction\n\n### Description\n\nIn the markup we see the correct link to the image, but in the avatar component only a fallback is displayed.\nIn the Network tab, you can see that there are multiple requests made at the same time: one with the correct link, and another request links to the localhost.\n\nThe provider is located in `/providers/my-img-provider.ts`\nAnd config looks like:\n```javascript\nexport default defineNuxtConfig({\n devtools: { enabled: true },\n modules: ['@nuxt/ui', '@nuxt/eslint', '@nuxt/image'],\n css: ['~/assets/css/main.css'],\n\n future: {\n compatibilityVersion: 4,\n },\n\n compatibilityDate: '2024-11-27',\n\n image: {\n providers: {\n myImgProvider: {\n provider: '~~/providers/my-img-provider.ts',\n },\n },\n provider: 'myImgProvider',\n },\n})\n```\n\n### Additional context\n\n\n\n\n\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2931,2932],{"name":2919,"color":2920},{"name":2884,"color":2885},2857,"[v3][UAvatar] `UAvatar` breaks when using `@nuxt/image` with custom provider","2025-01-11T15:14:06Z","https://github.com/nuxt/ui/issues/2857",0.7542905,{"description":2939,"labels":2940,"number":2943,"owner":2872,"repository":2873,"state":2910,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Environment\n\n- Nuxt UI Version: v3.0.0-alpha.7\n- Browser: Chrome | Opera Gx\n- Operating System: Android 12\n\n### Version\n\nv3.0.0-alpha.7\n\n### Reproduction\n\nAfter Adding `overflow-x: auto` Preview\n\n\n\n\n### Description\n\nIn the [NavigationMenu](https://ui3.nuxt.dev/components/navigation-menu) component of Nuxt UI v3.0.0-alpha.7, the horizontal orientation is not displaying correctly due to lack of horizontal overflow handling. When there are multiple items in the menu, items overflow outside the viewport instead of creating a scrollable area. Adding `overflow-x: auto` styling could resolve this issue and improve usability.\n\n### Additional context\n\nWithout `overflow-x: auto` in [NavigationMenu](https://ui3.nuxt.dev/components/navigation-menu)\n\n\n\n\n\n### Logs\n\n_No response_",[2941,2942],{"name":2919,"color":2920},{"name":2884,"color":2885},2468,"Navigation Menu Overflow Bug in Nuxt UI v3.0.0-alpha.7","2025-03-20T00:49:15Z","https://github.com/nuxt/ui/issues/2468",0.75788885,{"description":2949,"labels":2950,"number":2954,"owner":2872,"repository":2873,"state":2910,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Description\n\nThere is currently no easy way to know what state the modal is in. Adding a `toggle` method would make life very much easier.\n\nI'm willing to make a PR\n\n### Additional context\n\n_No response_",[2951,2952,2953],{"name":2866,"color":2867},{"name":2884,"color":2885},{"name":2869,"color":2870},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.76317805,{"description":2960,"labels":2961,"number":2964,"owner":2872,"repository":2873,"state":2910,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Environment\n\n- Operating System: `Linux`\n- Node Version: `v20.16.0`\n- Nuxt Version: `3.16.1`\n- CLI Version: `3.23.1`\n- Nitro Version: `2.11.7`\n- Package Manager: `pnpm@10.6.3`\n- Builder: `-`\n- User Config: `modules`, `devtools`, `css`, `vite`, `colorMode`, `nitro`, `future`, `compatibilityDate`, `hub`, `app`, `schemaOrg`, `i18n`\n- Runtime Modules: `@nuxthub/core@0.8.18`, `@nuxt/ui@3.0.0`, `@nuxtjs/i18n@9.3.2`, `@nuxtjs/seo@3.0.1`, `nuxt-auth-utils@0.5.17`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.16.1\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/dry-sun-8ddkqr\n\n### Description\n\nThe events of the `USelectMenu` do not work as intended. As you can see in the reproduction, the `change` event of the `UForm` is expected to be emitted every time you select/deselect/create an item, but instead it's emitted only a few seemingly random times.\n\nSwitching to the `input` event on the form has the same random behavior.\n\nI am also surprised programmatically changing the list of values doesn't trigger the `update` event on the `USelectMenu`, but that could be by design and is not really the blocking issue here.\n\nMy reproduction code is a simplification of my real code. It is very similar to the documentation example for creating items, main difference is the multi selection. However the issue also occurs without multi selection.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2962,2963],{"name":2919,"color":2920},{"name":2884,"color":2885},3660,"`USelectMenu` doesn't emit `UForm`.`change` as expected","2025-04-04T16:14:05Z","https://github.com/nuxt/ui/issues/3660",0.7670053,{"description":2970,"labels":2971,"number":2972,"owner":2872,"repository":2973,"state":2910,"title":2974,"updated_at":2975,"url":2976,"score":2977},"Hello,\n\nUmami recently released a [new version](https://github.com/umami-software/umami/releases/tag/v2.18.0) with the possibility to set an [unique id](https://umami.is/docs/tracker-functions#sessions)\n\nUsing the proxy.identify works but for the moment the IDE display a red error due to the fact that the first parameter is a string. \n\nWould it be possible to update the interface of identify to something like `Record\u003Cstring, any> | string`\n\n",[],459,"scripts","Umami 2.18 support of Distinct ID","2025-06-02T03:43:11Z","https://github.com/nuxt/scripts/issues/459",0.7697527,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faCEwhQ28uGx07V9Ee0VfqtiJKJsX_alz3LnxhWZ6kAs":-1},"/nuxt/ui/3126"]