mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
- Replace useEffect data loading with useQuery hook in Usage.tsx - Provides better caching, error handling, and loading states - Simplifies modal state management logic - Addresses PR comment requesting React Query usage for data loading Fixes: Use React Query instead of useEffect for data loading
1 line
No EOL
204 B
Text
1 line
No EOL
204 B
Text
@cte I'll convert the useEffect-based task loading to use React Query's useQuery hook. This will provide better caching, error handling, and loading states for the modal data loading. Working on this now. |