-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
<form.Form className="flex flex-col gap-4"></form.Form>I tried to do something like that and I got a type error
Type '{ children: Element[]; className: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<unknown, unknown, any>> & Readonly<unknown> & Readonly<{ children?: ReactNode; }>'. Property 'className' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<unknown, unknown, any>> & Readonly<unknown> & Readonly<{ children?: ReactNode; }>'.
But on browser it works. It's just error with type.
Metadata
Metadata
Assignees
Labels
No labels