Describe the bug When using zodValidator, even if I set a valid value with setFieldValue, canSubmit does not become true import { zodValidator } from '@tanstack/zod-form-adapter' import { z } from ...
Describe the bug Calling form.setFieldValue () on a field that has not been mounted/registered yet can cause a runtime crash in TanStack Form v1.27.5 with the following error: Cannot read properties ...