Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

Bad import for lodash

Open GautierT opened this issue 6 years ago • 0 comments

Hi ! Thanks for this awesome extension !

I have a problem with lodash. On the suggestion menu the extension suggest :

image

import last from 'lodash/last'

But when i confirm it's import { last } from 'lodash/last' that is added.

image

The bracket should not be here.

How to handle this ?

Thanks.

GautierT avatar Nov 14 '18 15:11 GautierT