libs/geography/state/src/selectors/country-entities.selector.ts
Function createCountryEntitySelectors
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const createCountryEntitySelectors = <T extends DaffCountry = DaffCountry>() => {
const { selectGeographyFeatureState } = getDaffGeographyFeatureStateSelector<T>();
const selectCountryEntitiesState = createSelector(
selectGeographyFeatureState,
state => state.countries,