On default VSCode imports lodash methods loading whole library:
import { random } from \'lodash\';
But the proper method of importing should be:<