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
The debounced function returned by your version of debounce doesn't have the cancel and flush options like one returned by lodash's implementation would have. In my opinion, these aren't insignificant omissions.
I recommend either updating the function to include these options or updating the description to indicate the limitations of your implementation.
The text was updated successfully, but these errors were encountered:
The debounced function returned by your version of
debounce
doesn't have thecancel
andflush
options like one returned by lodash's implementation would have. In my opinion, these aren't insignificant omissions.I recommend either updating the function to include these options or updating the description to indicate the limitations of your implementation.
The text was updated successfully, but these errors were encountered: