You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the documentation in lodash, they are only to accept an array, not a dictionary nor an object. Also, since the first thing done is a check for (array && array.length), we can conclude that the first parameter is optional (and when Typescript 2 comes along, optional or null).
The text was updated successfully, but these errors were encountered:
Per the documentation in lodash, they are only to accept an array, not a dictionary nor an object. Also, since the first thing done is a check for
(array && array.length)
, we can conclude that the first parameter is optional (and when Typescript 2 comes along, optional or null).The text was updated successfully, but these errors were encountered: