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
I don't see Iterable being assignable to Array (or vice versa), I am now on 2.3.4. The issue I am encountering is that the groupByresultSelectorvalues param is typed as Iterable, but I cannot use any Iterable operators on it because it is actually just an Array.
IxJS version:
2.3.1
Additional information:
createGrouping
returns the grouped items as an array instead of an Iterable.The text was updated successfully, but these errors were encountered: