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_",[3086,3087],{"name":3033,"color":3034},{"name":3036,"color":3037},2349,"UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.6941612,{"description":3094,"labels":3095,"number":3102,"owner":3022,"repository":3039,"state":3040,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### 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",[3096,3099],{"name":3097,"color":3098},"duplicate","cfd3d7",{"name":3100,"color":3101},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.69677615,{"labels":3108,"number":3119,"owner":3022,"repository":3022,"state":3040,"title":3120,"updated_at":3121,"url":3122,"score":3123},[3109,3110,3113,3114,3117],{"name":3072,"color":3073},{"name":3111,"color":3112},"dx","C39D69",{"name":3033,"color":3034},{"name":3115,"color":3116},"windows","C681FD",{"name":3118,"color":3077},"🔨 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":3125,"labels":3126,"number":3128,"owner":3022,"repository":3039,"state":3040,"title":3129,"updated_at":3130,"url":3131,"score":3132},"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> [...]",[3127],{"name":3036,"color":3037},2365,"Unsupported Tailwind's shorthand arbitrary variable syntax","2024-10-14T09:02:38Z","https://github.com/nuxt/ui/issues/2365",0.70189184,{"description":3134,"labels":3135,"number":3139,"owner":3022,"repository":3022,"state":3040,"title":3140,"updated_at":3141,"url":3142,"score":3143},"### 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",[3136,3137,3138],{"name":3072,"color":3073},{"name":3019,"color":3075},{"name":3063,"color":3077},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",3145],{},["Set"],["ShallowReactive",3148],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAflh2vp41FoAygMTvY_k7E_PTcwgjo4YmG_3lyHrKp0":-1},"/nuxt/ui/2646"]