AntiPattern
Form Field State Mapping
mismatched-form-state-binding
Form submission and validation break because input bindings and error access don’t match the state/schema shape, so handleChange can’t update fields, values read as undefined, and error messages render for wrong targets.