Skip to content

Commit f975f03

Browse files
ci: apply automated fixes and generate docs
1 parent ca7f26b commit f975f03

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/framework/react/reference/functions/createformhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: createFormHook
1111
function createFormHook<TComponents, TFormComponents>(__namedParameters): object
1212
```
1313

14-
Defined in: [packages/react-form/src/createFormHook.tsx:266](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L266)
14+
Defined in: [packages/react-form/src/createFormHook.tsx:264](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L264)
1515

1616
## Type Parameters
1717

docs/framework/react/reference/functions/createformhookcontexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: createFormHookContexts
1111
function createFormHookContexts(): object
1212
```
1313

14-
Defined in: [packages/react-form/src/createFormHook.tsx:58](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L58)
14+
Defined in: [packages/react-form/src/createFormHook.tsx:62](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L62)
1515

1616
## Returns
1717

docs/framework/react/reference/interfaces/withformlensprops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: WithFormLensProps
77

88
# Interface: WithFormLensProps\<TFieldGroupData, TFieldComponents, TFormComponents, TSubmitMeta, TRenderProps\>
99

10-
Defined in: [packages/react-form/src/createFormHook.tsx:231](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L231)
10+
Defined in: [packages/react-form/src/createFormHook.tsx:229](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L229)
1111

1212
## Extends
1313

@@ -33,7 +33,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:231](https://github.com/
3333
optional props: TRenderProps;
3434
```
3535

36-
Defined in: [packages/react-form/src/createFormHook.tsx:239](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L239)
36+
Defined in: [packages/react-form/src/createFormHook.tsx:237](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L237)
3737

3838
***
3939

@@ -43,7 +43,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:239](https://github.com/
4343
render: (props) => Element;
4444
```
4545

46-
Defined in: [packages/react-form/src/createFormHook.tsx:240](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L240)
46+
Defined in: [packages/react-form/src/createFormHook.tsx:238](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L238)
4747

4848
#### Parameters
4949

docs/framework/react/reference/interfaces/withformprops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: WithFormProps
77

88
# Interface: WithFormProps\<TFormData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnServer, TSubmitMeta, TFieldComponents, TFormComponents, TRenderProps\>
99

10-
Defined in: [packages/react-form/src/createFormHook.tsx:181](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L181)
10+
Defined in: [packages/react-form/src/createFormHook.tsx:179](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L179)
1111

1212
## Extends
1313

@@ -49,7 +49,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:181](https://github.com/
4949
optional props: TRenderProps;
5050
```
5151

52-
Defined in: [packages/react-form/src/createFormHook.tsx:208](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L208)
52+
Defined in: [packages/react-form/src/createFormHook.tsx:206](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L206)
5353

5454
***
5555

@@ -59,7 +59,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:208](https://github.com/
5959
render: (props) => Element;
6060
```
6161

62-
Defined in: [packages/react-form/src/createFormHook.tsx:209](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L209)
62+
Defined in: [packages/react-form/src/createFormHook.tsx:207](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L207)
6363

6464
#### Parameters
6565

docs/reference/functions/createfieldmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: createFieldMap
1111
function createFieldMap<T>(values): { [K in string | number | symbol]: K }
1212
```
1313

14-
Defined in: [packages/form-core/src/utils.ts:478](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L478)
14+
Defined in: [packages/form-core/src/utils.ts:483](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L483)
1515

1616
## Type Parameters
1717

docs/reference/functions/evaluate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: evaluate
1111
function evaluate<T>(objA, objB): boolean
1212
```
1313

14-
Defined in: [packages/form-core/src/utils.ts:365](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L365)
14+
Defined in: [packages/form-core/src/utils.ts:370](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L370)
1515

1616
## Type Parameters
1717

docs/reference/functions/isglobalformvalidationerror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: isGlobalFormValidationError
1111
function isGlobalFormValidationError(error): error is GlobalFormValidationError<unknown>
1212
```
1313

14-
Defined in: [packages/form-core/src/utils.ts:359](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L359)
14+
Defined in: [packages/form-core/src/utils.ts:364](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L364)
1515

1616
## Parameters
1717

0 commit comments

Comments
 (0)