Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add leading, and maxWait options to debounce hooks #97

Merged
merged 1 commit into from
Dec 6, 2023

feat: add leading, and maxWait options to debounce hooks

cbf1810
Select commit
Loading
Failed to load commit list.
Merged

feat: add leading, and maxWait options to debounce hooks #97

feat: add leading, and maxWait options to debounce hooks
cbf1810
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 6, 2023 in 1s

87.67% of diff hit (target 79.80%)

View this Pull Request on Codecov

87.67% of diff hit (target 79.80%)

Annotations

Check warning on line 87 in src/useDebouncedCallback.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/useDebouncedCallback.ts#L87

Added line #L87 was not covered by tests

Check warning on line 131 in src/useDebouncedCallback.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/useDebouncedCallback.ts#L129-L131

Added lines #L129 - L131 were not covered by tests

Check warning on line 137 in src/useDebouncedCallback.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/useDebouncedCallback.ts#L136-L137

Added lines #L136 - L137 were not covered by tests