You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of March 30th 2022, PR #243 has not been merged. If you plan on using the existing function, please look at the first commit in the PR and make the change shown there.
function foo() {console.log("1")} foo2 = debounce(foo, 3000, true); foo2()
no log consoled
The text was updated successfully, but these errors were encountered: