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_",[2950,2951],{"name":2900,"color":2901},{"name":2885,"color":2886},2349,"UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.6941612,{"description":2958,"labels":2959,"number":2966,"owner":2871,"repository":2891,"state":2904,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### 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",[2960,2963],{"name":2961,"color":2962},"duplicate","cfd3d7",{"name":2964,"color":2965},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.6967762,{"labels":2972,"number":2983,"owner":2871,"repository":2871,"state":2904,"title":2984,"updated_at":2985,"url":2986,"score":2987},[2973,2974,2977,2978,2981],{"name":2936,"color":2937},{"name":2975,"color":2976},"dx","C39D69",{"name":2900,"color":2901},{"name":2979,"color":2980},"windows","C681FD",{"name":2982,"color":2941},"🔨 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.70012414,{"description":2989,"labels":2990,"number":2992,"owner":2871,"repository":2891,"state":2904,"title":2993,"updated_at":2994,"url":2995,"score":2996},"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> [...]",[2991],{"name":2885,"color":2886},2365,"Unsupported Tailwind's shorthand arbitrary variable syntax","2024-10-14T09:02:38Z","https://github.com/nuxt/ui/issues/2365",0.70189184,["Reactive",2998],{},["Set"],["ShallowReactive",3001],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAflh2vp41FoAygMTvY_k7E_PTcwgjo4YmG_3lyHrKp0":-1},"/nuxt/ui/2646"]