pankod/refine

View on GitHub
packages/core/src/components/pages/error/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function ErrorComponent has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export const ErrorComponent: React.FC = () => {
  const [errorMessage, setErrorMessage] = useState<string>();
  const translate = useTranslate();
  const { push } = useNavigation();
  const go = useGo();
Severity: Minor
Found in packages/core/src/components/pages/error/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status