jaredpalmer/react-email-workflow

View on GitHub
client/store/configureStore.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configureStore has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function configureStore () {
  const persistedState = loadState()
  const middlewares = [thunk.withExtraArgument({ axios })]

  const store = createStore(
Severity: Minor
Found in client/store/configureStore.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status