Shopify / javascript-utilities

A set of utilities for JavaScript and TypeScript projects at Shopify.
MIT License
45 stars 9 forks source link

Type fixes for Debounce #11

Closed utkarshsaxena93 closed 7 years ago

utkarshsaxena93 commented 7 years ago

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.

utkarshsaxena93 commented 7 years ago

@lemonmade Please view the close comments. Those got closed due to an unrelated change