AntiPattern
Formik Field Metadata Drift
form-field-metadata-drift
Input state updates and validation rendering fail because field metadata (name bindings, error shape, and mounting boundaries) no longer matches what the form logic expects, causing handleChange to miss keys and errors to duplicate across fields/steps.