Skip to content

Commit ff20a6b

Browse files
ci: apply automated fixes and generate docs
1 parent 49f52a1 commit ff20a6b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

packages/form-core/src/FieldApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { batch, createStore} from '@tanstack/store'
1+
import { batch, createStore } from '@tanstack/store'
22
import {
33
isStandardSchemaValidator,
44
standardSchemaValidators,
@@ -13,7 +13,7 @@ import {
1313
mergeOpts,
1414
} from './utils'
1515
import { defaultValidationLogic } from './ValidationLogic'
16-
import type {ReadonlyStore} from '@tanstack/store';
16+
import type { ReadonlyStore } from '@tanstack/store'
1717
import type { DeepKeys, DeepValue, UnwrapOneLevelOfArray } from './util-types'
1818
import type {
1919
StandardSchemaV1,

packages/form-core/src/FormApi.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { batch, createStore} from '@tanstack/store'
1+
import { batch, createStore } from '@tanstack/store'
22
import {
33
deleteBy,
44
determineFormLevelErrorSourceAndValue,
@@ -23,7 +23,7 @@ import {
2323
} from './standardSchemaValidator'
2424
import { defaultFieldMeta, metaHelper } from './metaHelper'
2525
import { formEventClient } from './EventClient'
26-
import type {ReadonlyStore, Store} from '@tanstack/store';
26+
import type { ReadonlyStore, Store } from '@tanstack/store'
2727

2828
// types
2929
import type { ValidationLogicFn } from './ValidationLogic'
@@ -2417,7 +2417,6 @@ export class FormApi<
24172417
isTouched: true,
24182418
isDirty: true,
24192419
errorMap: {
2420-
24212420
...prevMeta?.errorMap,
24222421
onMount: undefined,
24232422
},

0 commit comments

Comments
 (0)