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
{{ message }}
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
From @absassi on Mon, 30 Sep 2019 15:18:23 GMT
What happened
zipAllis 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
zipAllwork as expected, so workarounds like the following are available:Copied from original issue: immutable-js#1738