lodash has two methods flatMapDeep and flatMapDepth which are missing from the typing resulting in the following error
Property 'flatMapDeep' does not exist on type 'LoDashStatic'.
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/lodash/index.d.ts
Please add like https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/lodash/flatMap
It's been 6 months since this issue was reported and it's still not fixed. Have the same problem in my work project.
Same issue here. Using "@types/lodash": "4.14.66" and "lodash": "^4.11.1".
I have same issue. Still waiting
This is fixed now
Most helpful comment
It's been 6 months since this issue was reported and it's still not fixed. Have the same problem in my work project.