I had a pull request feedback below, just wondering which way is the correct way to import lodash?
You\'d better do import has from \'lodash/has\'.. F
If you are using babel, you should check out babel-plugin-lodash, it will cherry-pick the parts of lodash you are using for you, less hassle and a smaller bundle.
It has a few limitations: