graycoreio/daffodil

View on GitHub
libs/category/state/src/selectors/category-page/category-page.selector.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createCategoryPageSelectors has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createCategoryPageSelectors = <V extends DaffGenericCategory<V>>(): DaffCategoryPageMemoizedSelectors<V> => {
  const selectCategoryFeatureState = getDaffCategoryFeatureSelector<V>().selectCategoryFeatureState;

  const selectCategoryState = createSelector(
    selectCategoryFeatureState,

    There are no issues that match your filters.

    Category
    Status