zapupenec/diary_app

View on GitHub
src/components/modal/index.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Modal has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Modal: FC = memo(() => {
  const { isMounted, hideModal, type } = useModal();

  // создаем root-modal для портала
  const [container] = useState(() => {
Severity: Major
Found in src/components/modal/index.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status