AntiPattern
React Form State Drift
react-form-state-drift
Form state updates fail or lag because inputs, validation schemas, and formState shape disagree (missing name attributes, undefined-to-defined value transitions, and wrong errors handling), causing useEffect/useForm handlers to compute with stale or mismatched data.