src/frontend/packages/store/src/helpers/paginated-request-helpers.ts
Function flattenPagination
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
actionDispatcher: ActionDispatcher,
firstRequest: Observable<C>,
flattener: PaginationFlattener<T, C>,
maxCount?: number,
entityType?: string,
TODO found Open
Open
// TODO: See #4208. This should be replaced with
- Exclude checks