dashpresshq/dashpress

View on GitHub
src/frontend/lib/routing/useNavigationStack.ts

Summary

Maintainability
A
2 hrs
Test Coverage
B
83%

Function useNavigationStack has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useNavigationStack = () => {
  const router = useRouter();
  const { _ } = useLingui();

  const [history, setHistory] = useNavigationHistoryStore((store) => [
Severity: Major
Found in src/frontend/lib/routing/useNavigationStack.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status