Files
asepharyana-hub-tools/frontend/src
asepharyanaandKilo f6008b36c3 fix: use useRef instead of useState for AbortController
TypeScript error: Property 'abort' does not exist on type
'Dispatch<SetStateAction<AbortController | null>>'. Fixed by using
useRef which properly stores the controller reference.

Co-Authored-By: Kilo <kilo@kilo.ai>
2026-07-24 13:43:21 +07:00
..