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

fix lodash.debounce import #20

Merged
merged 1 commit into from
Jun 23, 2020
Merged

fix lodash.debounce import #20

merged 1 commit into from
Jun 23, 2020

Conversation

ReinAkane
Copy link

Currently this module fails due to being unable to locate lodash/debounce unless the consumer has lodash installed elsewhere. Tests were passing due to a variety of the build tools from create-react-app installing lodash. This is just an update to the import so that this is using the lodash.debounce library that it actually depends on.

Tested by building + packing + installing in the e2e folder locally, as well as by running the npm test command.

Copy link
Owner

@podefr podefr left a comment

Choose a reason for hiding this comment

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

looks good, good catch!

@podefr podefr merged commit 3784408 into podefr:master Jun 23, 2020
@ReinAkane ReinAkane deleted the fix-lodash-import branch June 23, 2020 19:47
podefr added a commit that referenced this pull request Jun 23, 2020
@podefr
Copy link
Owner

podefr commented Jun 23, 2020

Thanks @ReinAkane for the submission! I released 6.1.0 which should fix the issue, could you test and confirm? Thanks!

@ReinAkane
Copy link
Author

All tested, looks good! Thanks for merging and releasing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants