Auto-Import
Auto-Import copied to clipboard
Bad import for lodash
Hi ! Thanks for this awesome extension !
I have a problem with lodash. On the suggestion menu the extension suggest :
import last from 'lodash/last'
But when i confirm it's import { last } from 'lodash/last'
that is added.
The bracket should not be here.
How to handle this ?
Thanks.