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
{{ message }}
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Yes. I would prefer to localize all debouncing logic in a single function and not have timer stuff sprinkled all around, if possible. I would like to get rid of resizeThrottle if we can. Looking at:
This line is a micro optimization. If a developer calls the API while we wait for a debounced call, we abort the debounced call. Due to the fact that this won't happen so often... you are free to remove it.
I took a quick stab at this but it's failing a handful of functional tests. I suspect this has to do with the async tests not playing well with the debounce timer. I hesitate to go build delays into the tests to make them pass. Can you take a look?
See discussion here
The text was updated successfully, but these errors were encountered: