File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { batch , createStore } from '@tanstack/store'
1+ import { batch , createStore } from '@tanstack/store'
22import {
33 isStandardSchemaValidator ,
44 standardSchemaValidators ,
@@ -13,7 +13,7 @@ import {
1313 mergeOpts ,
1414} from './utils'
1515import { defaultValidationLogic } from './ValidationLogic'
16- import type { ReadonlyStore } from '@tanstack/store' ;
16+ import type { ReadonlyStore } from '@tanstack/store'
1717import type { DeepKeys , DeepValue , UnwrapOneLevelOfArray } from './util-types'
1818import type {
1919 StandardSchemaV1 ,
Original file line number Diff line number Diff line change 1- import { batch , createStore } from '@tanstack/store'
1+ import { batch , createStore } from '@tanstack/store'
22import {
33 deleteBy ,
44 determineFormLevelErrorSourceAndValue ,
@@ -23,7 +23,7 @@ import {
2323} from './standardSchemaValidator'
2424import { defaultFieldMeta , metaHelper } from './metaHelper'
2525import { formEventClient } from './EventClient'
26- import type { ReadonlyStore , Store } from '@tanstack/store' ;
26+ import type { ReadonlyStore , Store } from '@tanstack/store'
2727
2828// types
2929import 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 } ,
You can’t perform that action at this time.
0 commit comments