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
[ts] Expected 1-6 arguments, but got 0 or more. [2556]
merge.ts(86, 32): An argument for 'v1' was not provided.
Additional information:
Workaround: use new MergeAsyncIterable(arr)
The text was updated successfully, but these errors were encountered:
felixfbecker
changed the title
mergeStatic() does not work with 0 parameters (and therefor not with spreaded arrays)
mergeStatic() does not work with arbitrary amount of parameters
Dec 5, 2018
IxJS version:
Code to reproduce:
Expected behavior:
Should compile
Actual behavior:
Fails with
Additional information:
Workaround: use
new MergeAsyncIterable(arr)
The text was updated successfully, but these errors were encountered: