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_",[3205,3206],{"name":3152,"color":3153},{"name":3155,"color":3156},2349,"UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.6941612,{"description":3213,"labels":3214,"number":3221,"owner":3141,"repository":3158,"state":3159,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### Description\n\nIf i try to define the position of the notification using the `ui` prop `\u003CUNotifications :ui=\"{position: 'top-0 right-0'}\" />`\r\nthe \"default\" configuration is applied as well (`bottom-0 end-0 `) this happens also if defining the position using the app.config.ts.. I'm assuming i'm doing it wrong.. please advice.. \r\n",[3215,3218],{"name":3216,"color":3217},"duplicate","cfd3d7",{"name":3219,"color":3220},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.69677615,{"labels":3227,"number":3238,"owner":3141,"repository":3141,"state":3159,"title":3239,"updated_at":3240,"url":3241,"score":3242},[3228,3229,3232,3233,3236],{"name":3191,"color":3192},{"name":3230,"color":3231},"dx","C39D69",{"name":3152,"color":3153},{"name":3234,"color":3235},"windows","C681FD",{"name":3237,"color":3196},"🔨 p3-minor",13791,"Routes not registered when file created from code snippet via IDE on Windows","2023-01-19T17:09:17Z","https://github.com/nuxt/nuxt/issues/13791",0.7001242,{"description":3244,"labels":3245,"number":3247,"owner":3141,"repository":3158,"state":3159,"title":3248,"updated_at":3249,"url":3250,"score":3251},"source: https://github.com/tailwindlabs/tailwindcss/pull/13395#issuecomment-2312747557\n\n> [...] in v4, it will be `max-w-[var(--breakpoint-sm)]` as the shorthand arbitrary variable syntax will no longer be supported.\n> \n> `property-[--var-ref]` ➞ `property-[var(--var-ref)]`\n> \n> Related:\n> \n> * [Remove automatic `var(…)` injection #13537](https://github.com/tailwindlabs/tailwindcss/pull/13537)\n> * [Remove automatic `var(…)` injection #13657](https://github.com/tailwindlabs/tailwindcss/pull/13657)\n> * [Disable automatic `var()` injection for anchor properties #13826](https://github.com/tailwindlabs/tailwindcss/pull/13826)\n> \n> [...]",[3246],{"name":3155,"color":3156},2365,"Unsupported Tailwind's shorthand arbitrary variable syntax","2024-10-14T09:02:38Z","https://github.com/nuxt/ui/issues/2365",0.70189184,{"description":3253,"labels":3254,"number":3258,"owner":3141,"repository":3141,"state":3159,"title":3259,"updated_at":3260,"url":3261,"score":3262},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v20.9.0\r\n- Nuxt Version: 3.8.1\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.2\r\n- Package Manager: pnpm@8.10.2\r\n- Builder: -\r\n- User Config: app, devtools, modules, pinia, css, ui, colorMode, postcss\r\n- Runtime Modules: @nuxt/ui@2.10.0, @nuxt/image@1.0.0, @pinia/nuxt@0.5.1, @vueuse/nuxt@10.6.0\r\n- Build Modules: -\n\n### Reproduction\n\nThis error happens during development, it is difficult to catch a reproduction because it usually arrives unexpectedly\n\n### Describe the bug\n\nDuring my development, the application usually breaks the server process and gives me a few warnings\n\n### Additional context\n\nIt usually happens to me when `vite server hmr` receives a total of updates greater than `(x10)`\r\n\r\n\r\n```log\r\n✔ Vite server hmr 15 files in 7819.638ms\r\n[11:31:47 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x14)\r\n✔ Vite server hmr 15 files in 8698.036ms\r\n[11:33:05 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x15)\r\n[11:35:31 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x16)\r\n[11:35:59 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x17)\r\n✔ Vite server hmr 15 files in 14725.009ms\r\n[11:37:05 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x18)\r\n[11:38:08 a. m.] ℹ hmr update /pages/login/index.vue, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css, /assets/main.css, /node_modules/.pnpm/tailwindcss@3.3.5/node_modules/tailwindcss/tailwind.css?direct, /assets/main.css?direct (x19)\r\n```\n\n### Logs\n\n```shell-script\n\u003C--- Last few GCs --->\r\n\r\n[15184:000002795DB98DE0] 1903530 ms: Scavenge 1993.2 (2079.9) -> 1986.8 (2083.9) MB, 69.08 / 0.00 ms (average mu = 0.293, current mu = 0.239) allocation failure;\r\n[15184:000002795DB98DE0] 1904860 ms: Mark-Compact 2000.3 (2084.7) -> 1977.3 (2085.2) MB, 1218.88 / 0.00 ms (average mu = 0.284, current mu = 0.275) allocation failure; scavenge might not succeed\r\n\r\n\r\n\u003C--- JS stacktrace --->\r\n\r\nFATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory\r\n 1: 00007FF7599F433F node::SetCppgcReference+15695\r\n 2: 00007FF75996EC26 EVP_MD_meth_get_input_blocksize+78566\r\n 3: 00007FF759970A11 EVP_MD_meth_get_input_blocksize+86225\r\n 4: 00007FF75A3DA7E1 v8::Isolate::ReportExternalAllocationLimitReached+65\r\n 5: 00007FF75A3C3F78 v8::Function::Experimental_IsNopFunction+1336\r\n 6: 00007FF75A2257E0 v8::Platform::SystemClockTimeMillis+659552\r\n 7: 00007FF75A231A63 v8::Platform::SystemClockTimeMillis+709347\r\n 8: 00007FF75A22F3C4 v8::Platform::SystemClockTimeMillis+699460\r\n 9: 00007FF75A222500 v8::Platform::SystemClockTimeMillis+646528\r\n10: 00007FF75A237B7A v8::Platform::SystemClockTimeMillis+734202\r\n11: 00007FF75A2383F7 v8::Platform::SystemClockTimeMillis+736375\r\n12: 00007FF75A246D1F v8::Platform::SystemClockTimeMillis+796063\r\n13: 00007FF759F072E5 v8::CodeEvent::GetFunctionName+116773\r\n14: 00007FF6FA45AAFA\r\n\r\n ERROR [unhandledRejection] read ECONNRESET 11:39:09 a. m.\r\n\r\n at TCP.onStreamRead (node:internal/stream_base_commons:217:20)\r\n\r\n\r\n ERROR [unhandledRejection] read ECONNRESET 11:39:09 a. m.\r\n\r\n at TCP.onStreamRead (node:internal/stream_base_commons:217:20)\r\n\r\n\r\n ERROR [unhandledRejection] read ECONNRESET 11:39:09 a. m.\r\n\r\n at TCP.onStreamRead (node:internal/stream_base_commons:217:20)\r\n\r\n\r\n ERROR [unhandledRejection] read ECONNRESET 11:39:09 a. m.\r\n\r\n at TCP.onStreamRead (node:internal/stream_base_commons:217:20)\n```\n",[3255,3256,3257],{"name":3191,"color":3192},{"name":3138,"color":3194},{"name":3182,"color":3196},24315,"FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory","2024-01-02T21:26:17Z","https://github.com/nuxt/nuxt/issues/24315",0.7033659,["Reactive",3264],{},["Set"],["ShallowReactive",3267],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAflh2vp41FoAygMTvY_k7E_PTcwgjo4YmG_3lyHrKp0":-1},"/nuxt/ui/2646"]