Use this when rapid button clicks create duplicate data or fast tab switching shows stale data from the previous tab — timing-related bugs that are hard to reproduce consistently. Paste the problematic code to identify race condition patterns and fix them with AbortController, debouncing, and more.