pankod/refine

View on GitHub
packages/core/src/definitions/helpers/async-debounce/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function asyncDebounce has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const asyncDebounce = <T extends (...args: any[]) => any>(
  func: T,
  wait = 1000,
  cancelReason?: string,
): DebouncedFunction<T> => {
Severity: Minor
Found in packages/core/src/definitions/helpers/async-debounce/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status