nexxtway/react-rainbow

View on GitHub
src/libs/hocs/withDebounce/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function withDebounce has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function withDebounce(WrappedComponent) {
    return class extends Component {
        constructor(props) {
            super(props);
            this.fieldRef = React.createRef();
Severity: Minor
Found in src/libs/hocs/withDebounce/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status