Files
stack/apps/web
Jason Woltje 7f0f7ce484
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(CQ-WEB-3): Fix race condition in LinkAutocomplete
Add AbortController to cancel in-flight search requests when a new
search fires, preventing stale results from overwriting newer ones.
The controller is also aborted on component unmount for cleanup.

Switched from apiGet to apiRequest to support passing AbortSignal.
Added 3 new tests verifying signal passing, abort on new search,
and abort on unmount.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:18:23 -06:00
..