-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[utils] Remove throttle #6545
[utils] Remove throttle #6545
Conversation
agamrafaeli
commented
Apr 8, 2017
•
edited by oliviertassinari
Loading
edited by oliviertassinari
- PR has tests / docs demo, and is linted.
- Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
- Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).
The only usage of throttle was moved to use lodash's implementation
Codecov fails because I removed tests for code that doesn't exist anymore. ;) |
import { | ||
transform, | ||
contains, | ||
find, | ||
throttle, | ||
} from './helpers'; | ||
|
||
describe('utils//helpers.js', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//
😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use it anymore!
@oliviertassinari this may be nitpicking, but as the changes were merged, can you mark your requested changes as done? |