()
| 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; |
no test coverage detected
searching dependent graphs…