erikras/redux-form

View on GitHub
src/ConnectedFields.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createConnectedFields has 149 lines of code (exceeds 100 allowed). Consider refactoring.
Open

export default function createConnectedFields(structure: Structure<any, any>) {
  const { deepEqual, getIn, size } = structure

  const getSyncError = (syncErrors: Object, name: string) => {
    // Because the error for this field might not be at a level in the error structure where
Severity: Major
Found in src/ConnectedFields.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status