airbnb/caravel

View on GitHub
superset-frontend/src/hooks/useTabId.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function useTabId has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useTabId() {
  const [tabId, setTabId] = useState<string>();

  function isStorageAvailable() {
    try {
Severity: Major
Found in superset-frontend/src/hooks/useTabId.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status