src/hooks/useTaskStorage.ts

Summary

Maintainability
A
1 hr
Test Coverage
F
35%

Function useTaskStorage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useTaskStorage(): void {
  const { addTimes } = useTimeHistory()
  const [records, setRecords] = useRecoilState(allRecordsState)
  const key = useRecoilValue(taskRecordKeyState)
  const root = useRecoilValue(nodeState)
Severity: Minor
Found in src/hooks/useTaskStorage.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status