Lodash is a very tinny library which goes well with Vanilla JS, especially with ES6 modules, however, I am not using it, yet, I'm fine to extract only functions I need.
If we are going to look on small component as an independent piece of app where you can achieve what Lodash function offers you with a bit more vanilla JS characters, then why not, your component doesn't has needless dependency and you can re-use it in any other code in the world without worrying about any dependencies you might need to install/use as well.
Usually I have own small helpers and BunnyJS
After all it just depends on a project, team, company.