Skip to content

Commit 13f85fa

Browse files
ci: apply automated fixes and generate docs
1 parent d0d941d commit 13f85fa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/reference/functions/createFieldMap.md

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

12-
Defined in: [packages/form-core/src/utils.ts:557](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L557)
12+
Defined in: [packages/form-core/src/utils.ts:609](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L609)
1313

1414
## Type Parameters
1515

docs/reference/functions/deepCopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: deepCopy
99
function deepCopy<T>(obj): T;
1010
```
1111

12-
Defined in: [packages/form-core/src/utils.ts:637](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L637)
12+
Defined in: [packages/form-core/src/utils.ts:689](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L689)
1313

1414
## Type Parameters
1515

docs/reference/functions/evaluate.md

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

12-
Defined in: [packages/form-core/src/utils.ts:426](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L426)
12+
Defined in: [packages/form-core/src/utils.ts:478](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L478)
1313

1414
## Type Parameters
1515

docs/reference/functions/isGlobalFormValidationError.md

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

12-
Defined in: [packages/form-core/src/utils.ts:420](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L420)
12+
Defined in: [packages/form-core/src/utils.ts:472](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L472)
1313

1414
## Parameters
1515

docs/reference/functions/uuid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: uuid
99
function uuid(): string;
1010
```
1111

12-
Defined in: [packages/form-core/src/utils.ts:596](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L596)
12+
Defined in: [packages/form-core/src/utils.ts:648](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L648)
1313

1414
## Returns
1515

docs/reference/variables/throttleFormState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: throttleFormState
99
const throttleFormState: (...args) => void;
1010
```
1111

12-
Defined in: [packages/form-core/src/utils.ts:624](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L624)
12+
Defined in: [packages/form-core/src/utils.ts:676](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L676)
1313

1414
## Parameters
1515

0 commit comments

Comments
 (0)