Skip to content

Commit 1f86f9f

Browse files
ci: apply automated fixes and generate docs
1 parent 92e797e commit 1f86f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/classes/fieldapi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ parseValueWithSchema(schema):
379379
| StandardSchemaV1Issue[]
380380
```
381381
382-
Defined in: [packages/form-core/src/FieldApi.ts:1712](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1712)
382+
Defined in: [packages/form-core/src/FieldApi.ts:1711](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1711)
383383
384384
Parses the field's value with the given schema and returns
385385
issues (if any). This method does NOT set any internal errors.
@@ -407,7 +407,7 @@ parseValueWithSchemaAsync(schema): Promise<
407407
| StandardSchemaV1Issue[]>
408408
```
409409
410-
Defined in: [packages/form-core/src/FieldApi.ts:1724](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1724)
410+
Defined in: [packages/form-core/src/FieldApi.ts:1723](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1723)
411411
412412
Parses the field's value with the given schema and returns
413413
issues (if any). This method does NOT set any internal errors.
@@ -519,7 +519,7 @@ Replaces a value at the specified index.
519519
setErrorMap(errorMap): void
520520
```
521521
522-
Defined in: [packages/form-core/src/FieldApi.ts:1687](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1687)
522+
Defined in: [packages/form-core/src/FieldApi.ts:1686](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1686)
523523
524524
Updates the field's errorMap
525525

0 commit comments

Comments
 (0)