toggle-corp/react-store

View on GitHub
components/Visualization/VizWrapper/index.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function wrapViz has 225 lines of code (exceeds 100 allowed). Consider refactoring.
Open

const wrapViz = (WrappedComponent) => {
    const WrapperComponent = class extends React.PureComponent {
        static propTypes = propTypes;

        static defaultProps = defaultProps;
Severity: Major
Found in components/Visualization/VizWrapper/index.js - About 6 hrs to fix

    FIXME found
    Open

                // FIXME: use strings

    There are no issues that match your filters.

    Category
    Status