Closed matt-croft closed 7 years ago
I am actually now only using one module of lodash, I can totally just import that module instead of the entire lodash lib.
Sorry for my laziness, I will try and push a fix this afternoon.
In the latest version 2.0.4, Lodash has been trimmed down to only include the defaultsDeep module, so their should be no conflict over the usage of _
Cheers Brock
Thanks very much for the quick turn around 👍
No problem, happy to help
Is it possible that when lodash is imported that is set into no conflict mode?
I have other packages being included that are using underscore and it causing a bit of an issue for me as they keep treading on each other.
Or if someone can tell me if there is a way i can set it to no conflict etc without too much hassle.
Thanks.