53js/react-jsonschema-form-validation

View on GitHub

Showing 2 of 2 total issues

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