Solutionunvalidated
Import `Form` (and related components like `FormField`, `FormItem`, etc.) from `@/components/ui/form` instead of `react-hook-form`, so the Shadcn components receive the correct `FormProvider` context.
8a599cc1-6f3e-40ae-834a-7a6a93474a74
Import Form (and related components like FormField, FormItem, etc.) from @/components/ui/form instead of react-hook-form, so the Shadcn components receive the correct FormProvider context.