\n \u003C/UButton>\n\n \u003CUButton color=\"gray\" variant=\"ghost\" @click=\"continue\">\n Continue\n \u003CUIcon name=\"i-mdi-arrow-right-circle\" class=\"text-primary\" />\n \u003C/UButton>\n \u003C/div>\n \u003C/UCard>\n \u003C/UModal>\n```",[2013,2016],{"name":2014,"color":2015},"question","d876e3",{"name":2017,"color":2018},"stale","ededed",3187,"[V2] How to prevent button pre-selection on UModal?","2025-03-09T01:50:32Z","https://github.com/nuxt/ui/issues/3187",0.7546979,{"description":2025,"labels":2026,"number":2032,"owner":1991,"repository":1991,"state":1993,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### Environment\n\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.13.0`\r\n- Nuxt Version: `3.2.2`\r\n- Nitro Version: `2.2.3`\r\n- Package Manager: `npm@8.19.3`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nConsider the following directory structure:\r\n\r\n /pages/[collection]/[slug].vue\r\n /pages/[...slug].vue\r\n\r\nwhere the ```/pages/[collection]/[slug].vue``` has some validate method defined:\r\n\r\n definePageMeta({\r\n validate: (route) => {\r\n return route.params.collection == 'a' || route.params.collection == 'b';\r\n },\r\n });\r\n\r\n\r\n\n\n### Describe the bug\n\nI expect the following to happen:\r\n\r\n /a -> /pages/[...slug].vue (works)\r\n \r\n /a/test -> /pages/[collection]/[slug].vue (works)\r\n /b/test -> /pages/[collection]/[slug].vue (works)\r\n /c/test -> /pages/[...slug].vue (doesn't work, gives 404)\r\n \r\n /a/test/test -> /pages/[...slug].vue (works)\r\n\r\nremoving the validate-method will make ```/c/test``` go to ```/pages/[collection]/[slug].vue```\r\n\r\n\n\n### Additional context\n\nI don't want to make folders for each [collection], because i want them to use the same page-component. Am i missing something here?\n\n### Logs\n\n_No response_",[2027,2030,2031],{"name":2028,"color":2029},"workaround available","11376d",{"name":1985,"color":1986},{"name":2003,"color":2004},19327,"Catchall route in root not found when another route validate returns false","2024-11-19T16:20:23Z","https://github.com/nuxt/nuxt/issues/19327",0.7616381,{"description":2038,"labels":2039,"number":2044,"owner":1991,"repository":1992,"state":2045,"title":2046,"updated_at":2047,"url":2048,"score":2049},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v18.18.2\r\n- Nuxt Version: 3.13.1\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: bun@1.1.24\r\n- Builder: -\r\n- User Config: devtools, modules, eslint, runtimeConfig, site, mdc, image, components, strapi, i18n, vite, routeRules, formkit, compatibilityDate\r\n- Runtime Modules: @nuxtjs/strapi@1.12.0, @nuxt/image@1.8.0, @vueuse/nuxt@10.11.1, @nuxtjs/i18n@8.5.1, @nuxt/eslint@0.3.13, @nuxt/fonts@0.7.2, @nuxtjs/mdc@0.8.3, @formkit/nuxt@1.6.5, nuxt3-vuex-module@1.1.0, nuxt3-interpolation/index.cjs, nuxt-swiper@1.2.2, nuxt-marquee@1.0.4, @nuxtjs/seo@2.0.0-rc.20, @formkit/nuxt@1.6.5, @nuxt/ui@2.18.4\r\n- Build Modules: -\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-dbk9vy?file=app.vue\n\n### Description\n\nEnter transition of sliderover Module not working properly. Instant appearing of elements (with sometimes slight but too quick transitions). Exit transition works fine. \r\n\r\nTried on Chrome, Firefox & Safari on Mac.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2040,2041],{"name":1985,"color":1986},{"name":2042,"color":2043},"upstream","78bddb",2127,"closed","[Slideover/Modal] Enter transition not working","2024-09-20T14:03:47Z","https://github.com/nuxt/ui/issues/2127",0.6171113,{"description":2051,"labels":2052,"number":2055,"owner":1991,"repository":1992,"state":2045,"title":2056,"updated_at":2057,"url":2058,"score":2059},"### Environment\n\n```\nNuxt project info: 4:16:28 PM\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.14.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@8.8.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@2.19.2, @nuxt/eslint@0.3.13, @nuxt/test-utils/module@3.14.4, @pinia/nuxt@0.5.5, @vueuse/nuxt@10.11.1, nuxt-shiki@0.3.0, nuxt-svgo@4.0.8\n- Build Modules: -\n------------------------------\n```\n\n### Version\n\nv2.19.2\n\n### Reproduction\n\nI don't know how to reproduce it unfortunately.\n\n### Description\n\nI often have a bunch of `[Icon] loading icon `heroicons:magnifying-glass` timed out after 500ms` on firefox\n\n\n\nit impacts the breadcrumb component\n\nbut also other `\u003CUIcon>` instances\n\nDo you have any idea about where those timeouts maybe coming from \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2053,2054],{"name":1985,"color":1986},{"name":2042,"color":2043},2573,"Icon timeout despite having installed the @iconify-json/heroicons collection","2024-11-08T16:41:20Z","https://github.com/nuxt/ui/issues/2573",0.7125993,{"description":2061,"labels":2062,"number":2066,"owner":1991,"repository":1991,"state":2045,"title":2067,"updated_at":2068,"url":2069,"score":2070},"\r\n# Dynamic routing refresh error\r\n## Refresh page error\r\n\r\n## My code configuration\r\n\r\n## Pm2 errorlogs\r\n\r\n\r\n\r\nThank you!!!\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7058\">#c7058\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2063],{"name":2064,"color":2065},"2.x","d4c5f9",3326,"Dynamic routing","2023-01-18T16:23:54Z","https://github.com/nuxt/nuxt/issues/3326",0.72371113,{"labels":2072,"number":2074,"owner":1991,"repository":1991,"state":2045,"title":2075,"updated_at":2076,"url":2077,"score":2078},[2073],{"name":2064,"color":2065},7411,"Docs returning 500","2023-01-18T15:36:09Z","https://github.com/nuxt/nuxt/issues/7411",0.7336065,{"description":2080,"labels":2081,"number":2088,"owner":1991,"repository":1991,"state":2045,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Environment\n\n Operating System: Darwin\r\n- Node Version: v20.0.0\r\n- Nuxt Version: 3.7.4\r\n- CLI Version: 3.9.0\r\n- Nitro Version: 2.6.3\r\n- Package Manager: npm@9.6.4\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\nCheckout [the repo](https://github.com/Larsmyrup/nuxt-routing-error) or go to [this Stackblitz](https://stackblitz.com/github/Larsmyrup/nuxt-routing-error).\r\n\r\nFirst page has a NuxtLink with the text 'Link', it links to a page called \"routed\". Routed is an async component, resolving a promise after 10 seconds.\r\n\r\nIf you click the link once and wait 10 seconds, you get routed (as expected).\r\n\r\nHowever if you click it, and click it again before the 10 seconds, an error is thrown. After the 10 seconds has passed, another error gets thrown and the original page content gets unmounted.\n\n### Describe the bug\n\nDouble tapping a NuxtLink, linking to a page with an async component still resolving, breaks the page.\n\n### Additional context\n\nLet me know if there's anything i need to elaborate.\n\n### Logs\n\n```shell-script\nchunk-RAKT47ZN.js:2710 \u003CSuspense> is an experimental feature and its API will likely change.\r\nchunk-RAKT47ZN.js:1449 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core \r\n at \u003CRouteProvider key=\"/routed\" vnode= {__v_isVNode: true, __v_skip: true, type: {…}, props: {…}, key: null, …} route= {fullPath: '/routed', hash: '', query: {…}, name: 'routed', path: '/routed', …} ... > \r\n at \u003CRouterView name=undefined route=undefined > \r\n at \u003CNuxtPage> \r\n at \u003CNuxtLayoutProvider layoutProps= {ref: RefImpl} key=\"default\" name=\"default\" ... > \r\n at \u003CNuxtLayout> \r\n at \u003CApp key=3 > \r\n at \u003CNuxtRoot>\r\nwarn2 @ chunk-RAKT47ZN.js:1449\r\nlogError @ chunk-RAKT47ZN.js:1623\r\nhandleError @ chunk-RAKT47ZN.js:1615\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1567\r\nflushJobs @ chunk-RAKT47ZN.js:1763\r\nPromise.then (async)\r\nqueueFlush @ chunk-RAKT47ZN.js:1676\r\nqueueJob @ chunk-RAKT47ZN.js:1670\r\n(anonymous) @ chunk-RAKT47ZN.js:7208\r\ntriggerEffect @ chunk-RAKT47ZN.js:614\r\ntriggerEffects @ chunk-RAKT47ZN.js:604\r\ntriggerRefValue @ chunk-RAKT47ZN.js:1211\r\nset value @ chunk-RAKT47ZN.js:1255\r\nsyncCurrentRoute @ router.js?v=78c91318:68\r\n(anonymous) @ router.js?v=78c91318:73\r\n(anonymous) @ vue-router.js:2547\r\nrunWithContext @ chunk-RAKT47ZN.js:5256\r\nrunWithContext @ vue-router.js:2485\r\n(anonymous) @ vue-router.js:2547\r\ntriggerAfterEach @ vue-router.js:2547\r\n(anonymous) @ vue-router.js:2475\r\nPromise.then (async)\r\npushWithRedirect @ vue-router.js:2441\r\npush @ vue-router.js:2367\r\nnavigate @ vue-router.js:1621\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1565\r\ncallWithAsyncErrorHandling @ chunk-RAKT47ZN.js:1573\r\ninvoker @ chunk-RAKT47ZN.js:9397\r\nchunk-RAKT47ZN.js:9157 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')\r\n at parentNode (chunk-RAKT47ZN.js:9157:30)\r\n at ReactiveEffect.componentUpdateFn [as fn] (chunk-RAKT47ZN.js:7175:11)\r\n at ReactiveEffect.run (chunk-RAKT47ZN.js:423:19)\r\n at instance.update (chunk-RAKT47ZN.js:7212:52)\r\n at updateComponent (chunk-RAKT47ZN.js:7039:18)\r\n at processComponent (chunk-RAKT47ZN.js:6974:7)\r\n at patch (chunk-RAKT47ZN.js:6436:11)\r\n at patchSuspense (chunk-RAKT47ZN.js:2562:7)\r\n at Object.process (chunk-RAKT47ZN.js:2481:7)\r\n at patch (chunk-RAKT47ZN.js:6461:16)\r\nparentNode @ chunk-RAKT47ZN.js:9157\r\ncomponentUpdateFn @ chunk-RAKT47ZN.js:7175\r\nrun @ chunk-RAKT47ZN.js:423\r\ninstance.update @ chunk-RAKT47ZN.js:7212\r\nupdateComponent @ chunk-RAKT47ZN.js:7039\r\nprocessComponent @ chunk-RAKT47ZN.js:6974\r\npatch @ chunk-RAKT47ZN.js:6436\r\npatchSuspense @ chunk-RAKT47ZN.js:2562\r\nprocess @ chunk-RAKT47ZN.js:2481\r\npatch @ chunk-RAKT47ZN.js:6461\r\ncomponentUpdateFn @ chunk-RAKT47ZN.js:7171\r\nrun @ chunk-RAKT47ZN.js:423\r\ninstance.update @ chunk-RAKT47ZN.js:7212\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1565\r\nflushJobs @ chunk-RAKT47ZN.js:1763\r\nPromise.then (async)\r\nqueueFlush @ chunk-RAKT47ZN.js:1676\r\nqueueJob @ chunk-RAKT47ZN.js:1670\r\n(anonymous) @ chunk-RAKT47ZN.js:7208\r\ntriggerEffect @ chunk-RAKT47ZN.js:614\r\ntriggerEffects @ chunk-RAKT47ZN.js:604\r\ntriggerRefValue @ chunk-RAKT47ZN.js:1211\r\nset value @ chunk-RAKT47ZN.js:1255\r\nsyncCurrentRoute @ router.js?v=78c91318:68\r\n(anonymous) @ router.js?v=78c91318:73\r\n(anonymous) @ vue-router.js:2547\r\nrunWithContext @ chunk-RAKT47ZN.js:5256\r\nrunWithContext @ vue-router.js:2485\r\n(anonymous) @ vue-router.js:2547\r\ntriggerAfterEach @ vue-router.js:2547\r\n(anonymous) @ vue-router.js:2475\r\nPromise.then (async)\r\npushWithRedirect @ vue-router.js:2441\r\npush @ vue-router.js:2367\r\nnavigate @ vue-router.js:1621\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1565\r\ncallWithAsyncErrorHandling @ chunk-RAKT47ZN.js:1573\r\ninvoker @ chunk-RAKT47ZN.js:9397\r\nchunk-RAKT47ZN.js:7520 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'subTree')\r\n at move (chunk-RAKT47ZN.js:7520:28)\r\n at move (chunk-RAKT47ZN.js:7520:7)\r\n at Object.resolve (chunk-RAKT47ZN.js:2789:11)\r\n at chunk-RAKT47ZN.js:2912:20\r\nmove @ chunk-RAKT47ZN.js:7520\r\nmove @ chunk-RAKT47ZN.js:7520\r\nresolve @ chunk-RAKT47ZN.js:2789\r\n(anonymous) @ chunk-RAKT47ZN.js:2912\r\nPromise.then (async)\r\nregisterDep @ chunk-RAKT47ZN.js:2876\r\nmountComponent @ chunk-RAKT47ZN.js:7003\r\nprocessComponent @ chunk-RAKT47ZN.js:6963\r\npatch @ chunk-RAKT47ZN.js:6436\r\ncomponentUpdateFn @ chunk-RAKT47ZN.js:7106\r\nrun @ chunk-RAKT47ZN.js:423\r\ninstance.update @ chunk-RAKT47ZN.js:7212\r\nsetupRenderEffect @ chunk-RAKT47ZN.js:7220\r\nmountComponent @ chunk-RAKT47ZN.js:7010\r\nprocessComponent @ chunk-RAKT47ZN.js:6963\r\npatch @ chunk-RAKT47ZN.js:6436\r\npatchSuspense @ chunk-RAKT47ZN.js:2678\r\nprocess @ chunk-RAKT47ZN.js:2481\r\npatch @ chunk-RAKT47ZN.js:6461\r\ncomponentUpdateFn @ chunk-RAKT47ZN.js:7171\r\nrun @ chunk-RAKT47ZN.js:423\r\ninstance.update @ chunk-RAKT47ZN.js:7212\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1565\r\nflushJobs @ chunk-RAKT47ZN.js:1763\r\nPromise.then (async)\r\nqueueFlush @ chunk-RAKT47ZN.js:1676\r\nqueueJob @ chunk-RAKT47ZN.js:1670\r\n(anonymous) @ chunk-RAKT47ZN.js:7208\r\ntriggerEffect @ chunk-RAKT47ZN.js:614\r\ntriggerEffects @ chunk-RAKT47ZN.js:604\r\ntriggerRefValue @ chunk-RAKT47ZN.js:1211\r\n(anonymous) @ chunk-RAKT47ZN.js:1371\r\ntriggerEffect @ chunk-RAKT47ZN.js:614\r\ntriggerEffects @ chunk-RAKT47ZN.js:599\r\ntriggerRefValue @ chunk-RAKT47ZN.js:1211\r\nset value @ chunk-RAKT47ZN.js:1255\r\nfinalizeNavigation @ vue-router.js:2563\r\n(anonymous) @ vue-router.js:2473\r\nPromise.then (async)\r\npushWithRedirect @ vue-router.js:2441\r\npush @ vue-router.js:2367\r\nnavigate @ vue-router.js:1621\r\ncallWithErrorHandling @ chunk-RAKT47ZN.js:1565\r\ncallWithAsyncErrorHandling @ chunk-RAKT47ZN.js:1573\r\ninvoker @ chunk-RAKT47ZN.js:9397\n```\n",[2082,2085],{"name":2083,"color":2084},"3.x","29bc7f",{"name":2086,"color":2087},"pending triage","E99695",23636,"Getting an error if clicking NuxtLink routing to an async page twice","2023-10-12T11:09:37Z","https://github.com/nuxt/nuxt/issues/23636",0.74502677,{"description":2094,"labels":2095,"number":2097,"owner":1991,"repository":1991,"state":2045,"title":2098,"updated_at":2099,"url":2100,"score":2101},"### Environment\n\nNuxt project info: \n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.15.2\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: compatibilityDate, app\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### The bug\n\nWhen navigating away from a page that contains a `Teleport` component, the app's routing functionality breaks. \n\n#### Expected Behavior\nThe app should navigate to the new page seamlessly without any routing issues or errors.\n\n#### Actual Behavior\nRouting fails, and the following console warnings and errors are displayed:\n\n#### Vue Warn:\n\n\u003Cimg width=\"1599\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/03162428-f41a-4249-8271-c98cd490964e\" />\n\n#### Console error:\n\n\u003Cimg width=\"1603\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ee11c947-e89b-4824-9e65-17ed92dd0316\" />\n\n### Reproduction Demo\n\n[Nuxt3 - Teleport Bug Demo (StackBlitz)](https://stackblitz.com/edit/nuxt-teleport-demo?file=package.json)\n\n### Here is a video of the issue being reproduced:\nhttps://github.com/user-attachments/assets/75725d9f-f4f1-4d9c-8c8c-53f6b4cfdb4b\n\n### Additional context\n\n#### Root cause\n\nWith research I have found out what is causing the bug:\n\n\u003Cimg width=\"524\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3095510a-5d1a-443d-8f57-1a9653418d68\" />\n\n👉 **This issue only happens if we add `app.pageTransition` config.**\n\n\n#### Workaround\n\nA small workaround that I found is wrapping the `Teleport` component with `ClientOnly` – but I found that to be not ideal, as I would expect that this should also work for the ServerSide.\n\nDoes anyone know a solution for this?\n\n### Logs\n\n```shell-script\nruntime-core.esm-bun…er.js?v=b5c028d2:50 [Vue warn]: Unhandled error during execution of component update \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CDefault ref=Ref\u003C \nProxy(Object) {…}\n > > \n at \u003CAsyncComponentWrapper ref=Ref\u003C \nProxy(Object) {…}\n > > \n at \u003CLayoutLoader key=\"default\" layoutProps= \n{ref: RefImpl}\n name=\"default\" > \n at \u003CNuxtLayoutProvider layoutProps= \n{ref: RefImpl}\n key=\"default\" name=\"default\" ... > \n at \u003CNuxtLayout > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\nwarn$1\t@\truntime-core.esm-bun…er.js?v=b5c028d2:50\nlogError\t@\truntime-core.esm-bun…r.js?v=b5c028d2:261\nhandleError\t@\truntime-core.esm-bun…r.js?v=b5c028d2:253\ncallWithErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:199\nflushJobs\t@\truntime-core.esm-bun…r.js?v=b5c028d2:405\nPromise.then\t\t\nqueueFlush\t@\truntime-core.esm-bun…r.js?v=b5c028d2:319\nqueueJob\t@\truntime-core.esm-bun…r.js?v=b5c028d2:314\neffect2.scheduler\t@\truntime-core.esm-bun….js?v=b5c028d2:5472\ntrigger\t@\treactivity.esm-bundler.js?v=b5c028d2:226\nendBatch\t@\treactivity.esm-bundler.js?v=b5c028d2:284\nnotify\t@\treactivity.esm-bundler.js?v=b5c028d2:557\ntrigger\t@\treactivity.esm-bundler.js?v=b5c028d2:531\nset value\t@\treactivity.esm-bundl….js?v=b5c028d2:1403\nfinalizeNavigation\t@\tvue-router.mjs?v=b5c028d2:2499\n(anonymous)\t@\tvue-router.mjs?v=b5c028d2:2409\nPromise.then\t\t\npushWithRedirect\t@\tvue-router.mjs?v=b5c028d2:2377\npush\t@\tvue-router.mjs?v=b5c028d2:2303\nnavigate\t@\tvue-router.mjs?v=b5c028d2:1532\ncallWithErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:197\ncallWithAsyncErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:204\ninvoker\t@\truntime-dom.esm-bund…r.js?v=b5c028d2:720\n\n--------------------------------------------\n\nruntime-core.esm-bun….js?v=b5c028d2:5950 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'type')\n at unmountComponent (runtime-core.esm-bun…?v=b5c028d2:5950:18)\n at unmount (runtime-core.esm-bun…s?v=b5c028d2:5857:7)\n at patchSuspense (runtime-core.esm-bun…s?v=b5c028d2:6913:9)\n at Object.process (runtime-core.esm-bun…s?v=b5c028d2:6797:7)\n at patch (runtime-core.esm-bun…?v=b5c028d2:4747:16)\n at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bun…s?v=b5c028d2:5430:9)\n at ReactiveEffect.run (reactivity.esm-bundl…s?v=b5c028d2:198:19)\n at updateComponent (runtime-core.esm-bun…?v=b5c028d2:5282:18)\n at processComponent (runtime-core.esm-bun…s?v=b5c028d2:5217:7)\n at patch (runtime-core.esm-bun…?v=b5c028d2:4722:11)\nunmountComponent\t@\truntime-core.esm-bun….js?v=b5c028d2:5950\nunmount\t@\truntime-core.esm-bun….js?v=b5c028d2:5857\npatchSuspense\t@\truntime-core.esm-bun….js?v=b5c028d2:6913\nprocess\t@\truntime-core.esm-bun….js?v=b5c028d2:6797\npatch\t@\truntime-core.esm-bun….js?v=b5c028d2:4747\ncomponentUpdateFn\t@\truntime-core.esm-bun….js?v=b5c028d2:5430\nrun\t@\treactivity.esm-bundler.js?v=b5c028d2:198\nupdateComponent\t@\truntime-core.esm-bun….js?v=b5c028d2:5282\nprocessComponent\t@\truntime-core.esm-bun….js?v=b5c028d2:5217\npatch\t@\truntime-core.esm-bun….js?v=b5c028d2:4722\ncomponentUpdateFn\t@\truntime-core.esm-bun….js?v=b5c028d2:5430\nrun\t@\treactivity.esm-bundler.js?v=b5c028d2:198\nupdateComponent\t@\truntime-core.esm-bun….js?v=b5c028d2:5282\nprocessComponent\t@\truntime-core.esm-bun….js?v=b5c028d2:5217\npatch\t@\truntime-core.esm-bun….js?v=b5c028d2:4722\ncomponentUpdateFn\t@\truntime-core.esm-bun….js?v=b5c028d2:5430\nrun\t@\treactivity.esm-bundler.js?v=b5c028d2:198\nrunIfDirty\t@\treactivity.esm-bundler.js?v=b5c028d2:236\ncallWithErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:197\nflushJobs\t@\truntime-core.esm-bun…r.js?v=b5c028d2:405\nPromise.then\t\t\nqueueFlush\t@\truntime-core.esm-bun…r.js?v=b5c028d2:319\nqueueJob\t@\truntime-core.esm-bun…r.js?v=b5c028d2:314\neffect2.scheduler\t@\truntime-core.esm-bun….js?v=b5c028d2:5472\ntrigger\t@\treactivity.esm-bundler.js?v=b5c028d2:226\nendBatch\t@\treactivity.esm-bundler.js?v=b5c028d2:284\nnotify\t@\treactivity.esm-bundler.js?v=b5c028d2:557\ntrigger\t@\treactivity.esm-bundler.js?v=b5c028d2:531\nset value\t@\treactivity.esm-bundl….js?v=b5c028d2:1403\nfinalizeNavigation\t@\tvue-router.mjs?v=b5c028d2:2499\n(anonymous)\t@\tvue-router.mjs?v=b5c028d2:2409\nPromise.then\t\t\npushWithRedirect\t@\tvue-router.mjs?v=b5c028d2:2377\npush\t@\tvue-router.mjs?v=b5c028d2:2303\nnavigate\t@\tvue-router.mjs?v=b5c028d2:1532\ncallWithErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:197\ncallWithAsyncErrorHandling\t@\truntime-core.esm-bun…r.js?v=b5c028d2:204\ninvoker\t@\truntime-dom.esm-bund…r.js?v=b5c028d2:720\n```",[2096],{"name":2086,"color":2087},30639,"App Routing breaks when navigating from a Page with Teleport","2025-02-03T11:19:24Z","https://github.com/nuxt/nuxt/issues/30639",0.7460469,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Iw9lpZWVcUMg3tZFSPSoHMZrw6SxykdenDRGe-582Ec":-1},"/nuxt/nuxt.com/1224"]