Workspace: DOM Difficulty: Medium Time: 60 minutes
Context
A support agent uses the Projects page to find the project named in a customer ticket. Each change to the search field requests matching projects from the supplied API. If the agent types "api" and then "web", the slower response for "api" can currently replace the results for "web", making the page show projects that no longer match the field. The screen, API fixture and result rows are provided; your change belongs in the component that coordinates requests and visible search state.