Skip to content

Commit 3bc5c2d

Browse files
ci: apply automated fixes and generate docs
1 parent 02b63cc commit 3bc5c2d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/react-form/src/createFormHook.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,7 @@ export function createFormHook<
603603
const TNewForm extends Record<string, ComponentType<any>> & {
604604
[K in keyof TFormComponents]?: 'Error: form component names must be unique — this key already exists in the base form'
605605
},
606-
>(extension: {
607-
fieldComponents?: TNewField
608-
formComponents?: TNewForm
609-
}) {
606+
>(extension: { fieldComponents?: TNewField; formComponents?: TNewForm }) {
610607
return createFormHook({
611608
fieldContext,
612609
formContext,

0 commit comments

Comments
 (0)