Was getting this error when importing
import {DebounceSettings} from 'lodash/debounce';.
Not sure why yarn run check didn't catch it.
Also added @types/lodash
'"/Users/utkarshsaxena/src/github.com/Shopify/Neutron/node_modules/@types/lodash/debounce/index"' resolves to a non-module entity and cannot be imported using this construct.
Was getting this error when importing
import {DebounceSettings} from 'lodash/debounce';
. Not sure whyyarn run check
didn't catch it. Also added@types/lodash
'"/Users/utkarshsaxena/src/github.com/Shopify/Neutron/node_modules/@types/lodash/debounce/index"' resolves to a non-module entity and cannot be imported using this construct.