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

refactor: remove lodash.debounce and use custom impl instead #163

Merged
merged 3 commits into from
Jul 26, 2020

Conversation

pmmmwh
Copy link
Owner

@pmmmwh pmmmwh commented Jul 26, 2020

In #159 there was concern raised in the usage of modular lodash packages, since they will be deprecated in lodash v5.

This PR addresses that concern by moving from lodash.debounce to our custom implementation.

Fixes #159

@pmmmwh pmmmwh added the enhancement New feature or request label Jul 26, 2020
@pmmmwh pmmmwh self-assigned this Jul 26, 2020
@pmmmwh pmmmwh merged commit 1a78aff into main Jul 26, 2020
@pmmmwh pmmmwh deleted the refactor/remove-lodash-debounce branch July 26, 2020 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant