examples/create-react-app/src/components/form-builder.js

Summary

Maintainability
B
4 hrs
Test Coverage

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

    render() {
        const fields = [
            {
                name: 'exampleTextField',
                value: 'Default Value',
Severity: Major
Found in examples/create-react-app/src/components/form-builder.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status