-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workingfrontendReact/TypeScript frontendReact/TypeScript frontendperformancePerformance optimizationPerformance optimizationv1.7.0Target: v1.7.0 releaseTarget: v1.7.0 release
Description
Bug Description
In GitGraphView.tsx:29, fetchData is defined inline and used in a useEffect dependency. This causes unnecessary re-renders and re-fetches on every render.
Location
creedflow-desktop/src/components/git/GitGraphView.tsx:29
Severity
Low — Performance issue, not functional.
Steps to Fix
- Wrap
fetchDatainuseCallbackwith proper dependencies
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendReact/TypeScript frontendReact/TypeScript frontendperformancePerformance optimizationPerformance optimizationv1.7.0Target: v1.7.0 releaseTarget: v1.7.0 release