AntiPattern
Template-to-State Key Mismatch
template-state-key-mismatch
Input bindings fail because template expressions and DOM attributes don’t line up with the keys your state/selectors expect—e.g., missing name, wrong customer[field] syntax, and brittle external config—so updates aggregate/filter incorrectly or remain undefined.