This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
zipAll is missing in OrderedSet #155
Labels
documentation
Improvements or additions to documentation
from-original-repo
good first issue
Good for newcomers
From @absassi on Mon, 30 Sep 2019 15:18:23 GMT
What happened
zipAll
is not available forOrderedSet
, but it is documented at https://immutable-js.github.io/immutable-js/docs/#/OrderedSet/zipAllHow to reproduce
The above code throws TypeError: OrderedSet(...).zipAll is not a function.
Other collections documented to support
zipAll
work as expected, so workarounds like the following are available:Copied from original issue: immutable-js#1738
The text was updated successfully, but these errors were encountered: