weavedev/redux-local-storage

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language