mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-17 10:03:08 +00:00
- Introduced a useRef hook to track component mount status, preventing state updates on unmounted components. - Updated fetchIssues function to conditionally set state only if the component is still mounted, improving reliability during asynchronous operations. - Ensured proper cleanup in useEffect to maintain accurate mounted state, enhancing overall component stability.