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
Hi,
That's not a bug, just FYI. Grunt-run with lodash 4.2.0 gives an error undefined is not a function.
undefined is not a function
There're big amount of breaking changes in the new lodash. For example they've replaced _.contains with _.includes, so grunt-run fails here: https://github.com/spalger/grunt-run/blob/master/tasks/run.js#L74
_.contains
_.includes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
That's not a bug, just FYI. Grunt-run with lodash 4.2.0 gives an error
undefined is not a function
.There're big amount of breaking changes in the new lodash. For example they've replaced
_.contains
with_.includes
, so grunt-run fails here: https://github.com/spalger/grunt-run/blob/master/tasks/run.js#L74The text was updated successfully, but these errors were encountered: