NodeRequirer icon indicating copy to clipboard operation
NodeRequirer copied to clipboard

ctrl+shift+o doesn't import the right module

Open kud opened this issue 8 years ago • 1 comments

import ReactPlaceholder from "react-placeholder/lib/ReactPlaceholder" // Click on "React" here
import PropTypes from "react-transition-group/utils/PropTypes" // Click on "PropTypes" here

kud avatar Nov 30 '17 17:11 kud

It's not so wrong as I've got this from ctrl+shift+i:

image

You can see that it's not well prioritised.

kud avatar Nov 30 '17 17:11 kud