Closed davesag closed 5 years ago
See https://github.com/lodash/lodash/pull/4336
Fix is to update Lodash to 4.17.14 or (better) to remove the dependency on Lodash completely as there's pretty much nothing it's being used for that can't be done with vanilla ES6 javascript.
4.17.14
Thanks for heads up @davesag!
See https://github.com/lodash/lodash/pull/4336
Fix is to update Lodash to
4.17.14
or (better) to remove the dependency on Lodash completely as there's pretty much nothing it's being used for that can't be done with vanilla ES6 javascript.