We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per the source code, ten different utilities of lodash are being used
social-app/package.json
Lines 152 to 161 in 0b38c77
Up to five of them can be replaced by native code
chunk
debounce
omit
random
throttle
These replacements can be used to reduce the number of lodash dependencies.
No response
The text was updated successfully, but these errors were encountered:
I noticed that 5 of the 10 lodash dependencies weren't used. Posted PR to remove them in #6472
Sorry, something went wrong.
Left a comment on your PR but I think moving to lodash-es may be nice move as well
No branches or pull requests
Describe the Feature
As per the source code, ten different utilities of lodash are being used
social-app/package.json
Lines 152 to 161 in 0b38c77
Up to five of them can be replaced by native code
chunk
: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_chunkdebounce
: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_debounceomit
: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_omitrandom
: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_randomthrottle
: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_throttleThese replacements can be used to reduce the number of lodash dependencies.
Attachments
No response
Describe Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: