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
After refactoring, functions, that are passed to debounce helpers became () => void, which is a subset of Function, and does not cover functions, that return something, or can accept arguments.
The text was updated successfully, but these errors were encountered:
After refactoring, functions, that are passed to debounce helpers became
() => void
, which is a subset of Function, and does not cover functions, that return something, or can accept arguments.The text was updated successfully, but these errors were encountered: