AntiPattern
Stale Closure State Read
stale-closure-state-read
State-dependent callbacks fail after async dispatch because the submit handler captures a selected/state value via JavaScript closure, so post-await logic reads outdated data and unreliable change-detection, causing lastModifiedAt/model-change checks to misfire.