`, or\n * `router.push(\"/non-existent-page\")` in script, or\n * Manually entering the URL in the browser address bar.\n\n4. Observe that:\n\n * The page seems stuck or blank for several seconds.\n * After a noticeable delay, `error.vue` finally renders with the 404 content.\n\n\n### Describe the bug\n\nWhen the experimental viewTransition feature is enabled in a Nuxt 3 project, navigating to a non-existent route (triggering a 404 error) causes a significant delay before the error page (error.vue) is rendered.\n\nDuring this delay, the page appears to freeze or remain blank for several seconds, giving the impression that the application is unresponsive. Once the delay passes, the expected 404 error content is displayed normally.\n\nThis issue does not occur when viewTransition is disabled.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3082],{"name":3083,"color":3084},"pending triage","E99695",32721,"Enabling ViewTransition causes long delay before rendering error.vue on navigation to non-existent routes","2025-07-22T10:17:16Z","https://github.com/nuxt/nuxt/issues/32721",0.7119907,{"description":3091,"labels":3092,"number":3096,"owner":3028,"repository":3029,"state":3030,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.12.0\n- Nuxt Version: 3.17.3\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: pnpm@8.15.6\n- Builder: -\n- User Config: modules, devtools, compatibilityDate, future, css\n- Runtime Modules: @nuxt/ui@3.1.1\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.3\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/gallant-margulis-h6zfnn?file=%2Fapp%2Fpages%2Findex.vue%3A11%2C9&workspaceId=ws_F4rkTtdti87aBypib7R95k\n\n### Description\n\nI'm migrating from v2 to v3 and noticed my global Nuxt error handler no longer works when using v3 components. In the reproduction when I'm calling `throw createError()` on a Nuxt UI button the event doesn't propagate to my `error-handler.js` plugin, however it does when I call the same click handler on a regular `\u003Cbutton>` tag.\nWhen inspecting the console I can see the click handler attached to the Nuxt UI button throws `Uncaught (in promise) H3Error` whereas with a normal button it's not a promise.\nThis used to work just fine with v2 as per this reproduction: https://stackblitz.com/edit/nuxt-ui-ofbazd6t?file=app.vue,plugins%2Ferror-handler.js\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3093,3094,3095],{"name":3019,"color":3020},{"name":3022,"color":3023},{"name":3025,"color":3026},4237,"throw createError handling in v3 components","2025-05-27T18:04:58Z","https://github.com/nuxt/ui/issues/4237",0.71374017,{"description":3102,"labels":3103,"number":3112,"owner":3028,"repository":3029,"state":3113,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v23.9.0\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: pnpm@10.5.2\n- Builder: -\n- User Config: devtools, css, colorMode, modules, imports, nitro, lodash, icon, components, ssr, $production, runtimeConfig, compatibilityDate\n- Runtime Modules: @nuxt/ui-pro@3.1.3, @pinia/nuxt@0.5.5, nuxt-lodash@2.5.3\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.17.5\n\n### Reproduction\n\nUTooltip occasionally does not display\n\n### Description\n\nUTooltip occasionally does not display\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3104,3105,3108,3109],{"name":3019,"color":3020},{"name":3106,"color":3107},"needs reproduction","CB47CF",{"name":3022,"color":3023},{"name":3110,"color":3111},"closed-by-bot","ededed",4408,"closed","UTooltip occasionally does not display","2025-07-05T02:13:30Z","https://github.com/nuxt/ui/issues/4408",0.66737306,{"description":3119,"labels":3120,"number":3127,"owner":3028,"repository":3028,"state":3113,"title":3128,"updated_at":3129,"url":3130,"score":3131},"### Environment\n\nnuxt version 3.8\n\n### Reproduction\n\nwhen i navigating routes content flashes on and off\n\n### Describe the bug\n\n\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3121,3124,3125],{"name":3122,"color":3123},"3.x","29bc7f",{"name":3083,"color":3084},{"name":3106,"color":3126},"FBCA04",23918,"suspense is not working nuxt v3.8","2023-11-15T19:19:09Z","https://github.com/nuxt/nuxt/issues/23918",0.68134713,{"description":3133,"labels":3134,"number":3138,"owner":3028,"repository":3029,"state":3113,"title":3139,"updated_at":3140,"url":3141,"score":3142},"### Environment\n\n- OS: tested on macOS (with nuxtUI v3+) and StackBlitz (with nuxtUI 2+)\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n^3.1.3\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-bhmakssh?file=app.vue\n\n### Description\n\nWhile toogling visibility of a nuxt UI component with v-if work perfectly, toggling visibility with v-show does not work as expected (style=\"display: none;\" remaine applied)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3135,3136,3137],{"name":3019,"color":3020},{"name":3022,"color":3023},{"name":3025,"color":3026},4347,"v-show not working with nuxt UI component","2025-06-24T10:03:57Z","https://github.com/nuxt/ui/issues/4347",0.6974613,["Reactive",3144],{},["Set"],["ShallowReactive",3147],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f4awEVgs-C-rH9lLKKAUbm3bDEXlH8DIKFHL37u0-iwA":-1},"/nuxt/ui/4480"]