weavedev/redux-local-storage

View on GitHub
lib/ReduxLocalStorage.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function internalReducer has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected get internalReducer(): InternalReducer<R['state']> {
        const context: ReduxLocalStorage<R> = this;

        return (s: R['state'], a: Action): R['state'] => {
            let inputState: R['state'] = s;
Severity: Minor
Found in lib/ReduxLocalStorage.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status