AntiPattern
Form State Update Mismatches
form-state-key-shape-mismatch
Form inputs update the wrong keys or no keys because name/id wiring and formState shape assumptions diverge, so validation errors and submit handlers fire inconsistently and authentication flows (e.g., Cognito) receive malformed or missing data.