Closed vmitchell closed 9 months ago
This PR replaces the general lodash import (import _ from 'lodash';) with specific named imports for only the methods used.
import _ from 'lodash';
Thanks!
This PR replaces the general lodash import (
import _ from 'lodash';
) with specific named imports for only the methods used.