Skip to content
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

Merged
merged 2 commits into from
Apr 8, 2017
Merged

Conversation

agamrafaeli
Copy link
Contributor

@agamrafaeli agamrafaeli commented Apr 8, 2017

  • 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
@muibot muibot added PR: Needs Review PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI and removed PR: Needs Review labels Apr 8, 2017
@agamrafaeli
Copy link
Contributor Author

Codecov fails because I removed tests for code that doesn't exist anymore. ;)

import {
transform,
contains,
find,
throttle,
} from './helpers';

describe('utils//helpers.js', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// 😆

Copy link
Contributor Author

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 oliviertassinari added next and removed PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Apr 8, 2017
@oliviertassinari oliviertassinari merged commit bbcae76 into mui:next Apr 8, 2017
@muibot muibot added the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Apr 8, 2017
@agamrafaeli
Copy link
Contributor Author

@oliviertassinari this may be nitpicking, but as the changes were merged, can you mark your requested changes as done?

@oliviertassinari oliviertassinari removed the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Apr 9, 2017
@agamrafaeli agamrafaeli deleted the utils-remove-throttle branch April 23, 2017 18:52
@zannager zannager added the package: system Specific to @mui/system label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: system Specific to @mui/system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants