Showing 1 of 4 total issues

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