react-dnd/dnd-core

View on GitHub
src/reducers/dragOperation.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function dragOperation has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function dragOperation(state = initialState, action) {
  switch (action.type) {
    case BEGIN_DRAG:
      return {
        ...state,
Severity: Minor
Found in src/reducers/dragOperation.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status