c66d7ecfb23068ec68090029c2be7c5d99eda255
Replace the setState-during-render pattern in PlanTasksFetcher with a useEffect hook. The onTasks callback was being called directly in the render body when tasksQuery.isSuccess was true, which could cause infinite re-render loops when the parent state update triggered a re-render. Now data flows through useEffect with proper dependencies.
Description
No description provided
Languages
HTML
52.9%
TypeScript
45.5%
Shell
1.1%
CSS
0.3%
JavaScript
0.2%