feat!: rework debounce
function
#396
Annotations
7 errors
|
Run pnpm test:
tests/curry/debounce.test.ts#L50
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:50:19
|
Run pnpm test:
tests/curry/debounce.test.ts#L54
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:54:19
|
Run pnpm test:
tests/curry/debounce.test.ts#L61
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:61:19
|
Run pnpm test:
tests/curry/debounce.test.ts#L50
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:50:19
|
Run pnpm test:
tests/curry/debounce.test.ts#L61
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:61:19
|
Run pnpm test
Process completed with exit code 1.
|
Loading