src/store.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function setSingle(store, key, value, flag) {
  const { _store, _subscriptions } = store

  // Uncurry alfa action functions
  if (typeof value === 'function' && value.alfaAction) {
Severity: Minor
Found in src/store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status