appbaseio/dejaVu

View on GitHub
packages/browser/src/reducers/data.js

Summary

Maintainability
A
1 hr
Test Coverage

Function data has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const data = (state = initialState, action) => {
    const { type } = action;
    const { reactiveListKey } = state;
    switch (type) {
        case DATA.ADD_DATA_REQUEST:
Severity: Minor
Found in packages/browser/src/reducers/data.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status