AntiPattern
Form Validation State Mismatch
form-validation-state-mismatch
React forms mis-handle input-to-state and validation semantics: missing input name attributes and schema/type assumptions make handleChange and formState errors diverge, so submits don’t POST/validate correctly and Cognito/login flows fail or block users.