examples/create-react-app/src/components/select-field.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function SelectFieldExample has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function SelectFieldExample (props) {
    return(
        <div style={style}>
            <SelectField
                label="Select animal"
Severity: Major
Found in examples/create-react-app/src/components/select-field.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status