src/components/Debug.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Debug has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function Debug(): JSX.Element {
  const { trackings } = useTrackingState()
  const [sCalendar] = useStorage<EventLine[]>(STORAGE_KEY.CALENDAR_EVENT)
  const [sAlarms] = useStorage(STORAGE_KEY.ALARMS)
  const root = useTaskManager().getRoot()
Severity: Minor
Found in src/components/Debug.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status