toggle-corp/react-store

View on GitHub
components/Input/DateInput/index.js

Summary

Maintainability
B
4 hrs
Test Coverage

DateInput has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class DateInput extends React.PureComponent {
    static propTypes = propTypes;

    static defaultProps = defaultProps;

Severity: Minor
Found in components/Input/DateInput/index.js - About 2 hrs to fix

    Function render has 111 lines of code (exceeds 100 allowed). Consider refactoring.
    Open

        render() {
            const {
                error,
                hint,
                label,
    Severity: Major
    Found in components/Input/DateInput/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status