alxshelepenok/gatsby-starter-lumen

View on GitHub
src/components/ThemeSwitcher/ThemeSwitcher.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function ThemeSwitcher has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ThemeSwitcher: React.FC = () => {
  const [{ mode }, toggleTheme] = useTheme();
  const [isClient, setIsClient] = useState<boolean>(false);

  useEffect(() => {
Severity: Major
Found in src/components/ThemeSwitcher/ThemeSwitcher.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status