Open ShadowManu opened 7 years ago
That specific release may have a bug when using imports of the form import { identity } from '@types/lodash', it says no exported member. Maybe something is missing? The error does not happen when falling back to @types/lodash@4.14.51.
import { identity } from '@types/lodash'
@types/lodash@4.14.51
That specific release may have a bug when using imports of the form
import { identity } from '@types/lodash'
, it says no exported member. Maybe something is missing? The error does not happen when falling back to@types/lodash@4.14.51
.