AntiPattern

State Initialization Mismatch

undefined-to-defined-state-jump

Props or form state start as undefined and later become defined (or validate in the wrong type context), causing UI value jumps, incorrect React expressions, and downstream validation inconsistencies that silently break user input.