ajeetchaulagain/react-clean-code-pattern

View on GitHub
src/components/AuthorsSection/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function AuthorsSectionComponent has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AuthorsSectionComponent = () => {
  const [searchQuery, setSearchQuery] = useState("");

  const { records: authors, status, error, put } = useContext(DataContext);

Severity: Major
Found in src/components/AuthorsSection/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status