53js/react-jsonschema-form-validation

View on GitHub
src/lib/Form/Form.js

Summary

Maintainability
A
3 hrs
Test Coverage

Form has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Form extends PureComponent {
    state = { ...initialState }

    memoGetClassnames = memoize((className, isSubmitted) => classnames(
        'Jfv_Form',
Severity: Minor
Found in src/lib/Form/Form.js - About 2 hrs to fix

    Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        render() {
            const {
                ajv,
                children,
                className,
    Severity: Minor
    Found in src/lib/Form/Form.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status