AntiPattern
Async and Import Mismatch
async-import-boundary-mismatch
Request/async boundaries get mis-wired because code mixes incompatible calling conventions or module sources, so routing paths or async actions resolve incorrectly and runtime types break (e.g., AbortController import mismatch or callback-based login bypassing promise flow).