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>
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>