src/libs/hocs/withDebounce/index.js
Function withDebounce
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function withDebounce(WrappedComponent) {
return class extends Component {
constructor(props) {
super(props);
this.fieldRef = React.createRef();