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
As far as I can tell, this single use of _.include() is the only thing keeping this from being compatible with lodash v4 (where it should be includes()).
Note that _.include() may not be supported by future versions of underscore, either, since as of 1.8.3 it's no longer documented (only includes is listed as an alias of contains).
The text was updated successfully, but these errors were encountered:
As far as I can tell, this single use of
_.include()
is the only thing keeping this from being compatible with lodash v4 (where it should beincludes()
).Note that
_.include()
may not be supported by future versions of underscore, either, since as of 1.8.3 it's no longer documented (onlyincludes
is listed as an alias ofcontains
).The text was updated successfully, but these errors were encountered: