codevise/pageflow

View on GitHub
entry_types/scrolled/package/src/entryState/structure.js

Summary

Maintainability
A
1 hr
Test Coverage

Function useChapters has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useChapters() {
  const chapters = useEntryStateCollectionItems('chapters');

  return useMemo(() => {
    const chapterSlugs = {};
Severity: Minor
Found in entry_types/scrolled/package/src/entryState/structure.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status