| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This looks good to me.
Sorry, something went wrong.
| * Identical to throttleLeadingAndTrailing. | ||
| * Exists for back-compatibility with 1.3.0. | ||
| */ | ||
| module.exports.throttleComponentChanged = module.exports.throttleLeadingAndTrailing; |
There was a problem hiding this comment.
I think we can just rename. Don't think many were relying on this. We can add a deprecation in next release notes.
Sorry, something went wrong.
There was a problem hiding this comment.
OK - removed this. What needs to happen to make sure this gets tracked for the release note?
Sorry, something went wrong.
|
|
||
| A context such as `this` can be provided to handle function binding for convenience. | ||
|
|
||
| The same as [lodash's`throttle`][lodash], with `leading` and `trailing` options both set to `true` |
There was a problem hiding this comment.
wonder if this reference is a liability long term in case lodash API changes.
Sorry, something went wrong.
There was a problem hiding this comment.
Maybe, but the existing docs already reference loadash throttle (the same link)
This doesn't make the situation any worse, I think.
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
PR as per #5144
Changes proposed: