Closed masciugo closed 5 years ago
In the following example I pass an array of paths to pickDeep and after execution it becomes an array of array! have a look to the console
https://codepen.io/masciugo/pen/MNjgra?editors=1111
Looks like as bug, thank you! I convert paths from string to array format internally, so possibly I override argument instead of working with a copy.
fixed in v4.2.11
In the following example I pass an array of paths to pickDeep and after execution it becomes an array of array! have a look to the console
https://codepen.io/masciugo/pen/MNjgra?editors=1111