Closed deniaz closed 7 years ago
i just tried to reproduce this.
it works fine on my client.
Output
===== 4.16.4 =====
{ inside: { can: [ 'can', 'can' ], should: [ 'should', 'should' ] } }
anyone else can reproduce this failure?
I cannot reproduce it either. Which Node version are you running it on, @deniaz?
I've run your example script withseveral random lodash versions in our current .nvm environment without issues so far. So my question to @deniaz would be the same.
Without further feedback I close this issue.
Gulp Task
Expected Output
Actual Output
If you run the same code in the browser / in a clean JS file with node, it'll work as expected. Also, this only happens with
should
as far as I can tell. I'm not even sure where the bug lies.If I can ever figure it out I'll open a Pull Request.