even without any other code.\n\n### Version\n\nv3.0.0-alpha.5\n\n### Reproduction\n\n`\u003Ctemplate>\n \u003CUContainer>\n \u003CUForm :schema=\"schema\" :state=\"state\" class=\"space-y-4\" @submit=\"onSubmit\">\n \u003CUFormField label=\"Code\" name=\"Code\"\n >\u003CUInput v-model=\"state.code\" />\n \u003C/UFormField>\n \u003C/UForm>\n \u003C/UContainer>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nimport { z } from 'zod';\nimport type { FormSubmitEvent } from '#ui/types';\n\nconst supabase = useSupabaseClient();\nconst toast = useToast();\n\n//Form\nconst schema = z.object({\n code: z.string().min(3),\n});\n\ntype Schema = z.output\u003Ctypeof schema>;\n\nconst state = reactive\u003CPartial\u003CSchema>>({\n code: undefined,\n});\n\nasync function onSubmit(event: FormSubmitEvent\u003CSchema>) {\n toast.add({\n title: 'Success',\n description: 'The form has been submitted.',\n color: 'success',\n });\n console.log(event.data);\n}\n\u003C/script>\n`\n\n### Description\n\nUInput causes an error\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2952,2953],{"name":2868,"color":2869},{"name":2926,"color":2927},2349,"UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.6973788,{"description":2960,"labels":2961,"number":2968,"owner":2883,"repository":2883,"state":2930,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v18.7.0`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `npm@8.15.0`\r\n- Builder: `vite`\r\n- User Config: `srcDir`, `modules`, `compilerOptions`, `vue`, `vite`, `telemetry`, `algolia`, `head`, `auth`, `css`, `build`, `runtimeConfig`\r\n- Runtime Modules: `genesis-design-system/nuxt`, `@nuxtjs/tailwindcss@5.3.5`, `@nuxtjs/algolia@1.1.4`, `@nuxtjs-alt/auth@2.0.20`, `@nuxtjs/device@3.0.0`, `unplugin-icons/nuxt`, `@pinia/nuxt@0.4.3`, `@nuxtjs/i18n@8.0.0-alpha.3`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nFor some time here, when we start the server, the first request we make through the browser works fine. If we browse the web through the links everything works fine.\r\nHowever, if we reload the same url twice through f5 or through the address bar, the web becomes saturated, and it presents the aspect that I show you.\r\n\r\nIt seems that everything has to do with those javascript resources that are waiting to be loaded.\r\n\r\n\r\n\r\n\r\nAny ideas?\n\n### Describe the bug\n\nFor some time here, when we start the server, the first request we make through the browser works fine. If we browse the web through the links everything works fine.\r\nHowever, if we reload the same url twice through f5 or through the address bar, the web becomes saturated, and it presents the aspect that I show you.\r\n\r\nIt seems that everything has to do with those javascript resources that are waiting to be loaded.\r\n\r\nAny ideas?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2962,2965,2966,2967],{"name":2963,"color":2964},"3.x","29bc7f",{"name":2893,"color":2894},{"name":2896,"color":2897},{"name":2899,"color":2878},15197,"crashed app in navigator second request","2023-01-19T17:46:04Z","https://github.com/nuxt/nuxt/issues/15197",0.70123935,{"labels":2974,"number":2987,"owner":2883,"repository":2883,"state":2930,"title":2988,"updated_at":2989,"url":2990,"score":2991},[2975,2976,2979,2982,2983,2986],{"name":2963,"color":2964},{"name":2977,"color":2978},"workaround available","11376d",{"name":2980,"color":2981},"nitro","bfd4f2",{"name":2874,"color":2875},{"name":2984,"color":2985},"windows","C681FD",{"name":2880,"color":2881},13860,"Dev server frequently freezes when using NX and Prisma","2023-05-10T22:02:21Z","https://github.com/nuxt/nuxt/issues/13860",0.7053379,{"description":2993,"labels":2994,"number":2997,"owner":2883,"repository":2883,"state":2930,"title":2998,"updated_at":2999,"url":3000,"score":3001},"### Environment\n\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@8.11.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz\n\n### Describe the bug\n\nTo test the latest stable nuxt 3 version, I followed the steps on your [Installation](https://nuxt.com/docs/getting-started/installation) page to create a new project. When I ran the project with the command `npm run dev -- -o`, \r\nI got the following error:\r\n\r\n```error\r\n500\r\n\r\n[vite-node] [ERR_INVALID_URL_SCHEME] /node_modules/ufo/dist/index.mjs\r\n\r\nat /node_modules/ufo/dist/index.mjs\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\nNuxi 3.0.0\r\nNuxt 3.0.0 with Nitro 1.0.0\r\n\r\n > Local: http://localhost:3000/ \r\n > Network: http://192.168.1.46:3000/\r\n\r\n\r\n ERROR (node:7976) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\n\r\ni Vite client warmed up in 3900ms\r\n√ Nitro built in 2115 ms\n```\n",[2995,2996],{"name":2963,"color":2964},{"name":2893,"color":2894},15518,"500 - Vite error","2023-01-19T17:52:59Z","https://github.com/nuxt/nuxt/issues/15518",0.707596,{"description":3003,"labels":3004,"number":3007,"owner":2883,"repository":2929,"state":2930,"title":3008,"updated_at":3009,"url":3010,"score":3011},"### Environment\n\nN/A\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\ncommit: 64b703df8d0a7133a381bfcc7af07644d5d15d4c\n\n### Reproduction\n\n```vue\n\u003Ctemplate>\n \u003Cdiv>\n \u003CUSlideover side=\"left\">\n \u003CUButton label=\"Open Slideover\" color=\"neutral\" variant=\"subtle\" />\n \u003Ctemplate #content>\n \u003CUButton label=\"Show toast\" color=\"neutral\" variant=\"outline\" @click=\"showToast\" />\n \u003C/template>\n \u003C/USlideover>\n\n \u003Cbr>\n\n \u003CUModal>\n \u003CUButton label=\"Open Modal\" color=\"neutral\" variant=\"subtle\" />\n \u003Ctemplate #content>\n \u003CUButton label=\"Show toast\" color=\"neutral\" variant=\"outline\" @click=\"showToast\" />\n \u003C/template>\n \u003C/UModal>\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconst toast = useToast()\n\nfunction showToast() {\n toast.add({\n title: 'Test',\n duration: 60 * 1000\n })\n}\n\u003C/script>\n```\n\n### Description\nFollowing #2404 resolved via b0be26d67feab467ac5862edd82e52df03a5091c\n\nWhile a Slideover or Modal are open trigger a Toaster and try to interact with it.\n\n\nhttps://github.com/user-attachments/assets/945c1f96-7556-42a6-b7e7-f88373b6e38f\n\n",[3005,3006],{"name":2868,"color":2869},{"name":2926,"color":2927},2646,"[v3] Toaster gets rendered behind Slideover's and Modal's overlays","2024-11-15T10:59:18Z","https://github.com/nuxt/ui/issues/2646",0.70822686,["Reactive",3013],{},["Set"],["ShallowReactive",3016],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f2qjVOiI3zmfrdcUopburABRKNEaHQc5zowya2iPXz4k":-1},"/nuxt/test-utils/1203"]