MCPcopy
hub / github.com/final-form/final-form / hasSyncErrors

Function hasSyncErrors

src/FinalForm.ts:592–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 };
591
592 const hasSyncErrors = () =>
593 !!(state.formState.error || hasAnyError(state.formState.errors));
594
595 const calculateNextFormState = (): FormState<FormValues, InitialFormValues> => {
596 const { fields, formState, lastFormState } = state;

Callers 1

createFormFunction · 0.85

Calls 1

hasAnyErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…