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 encountered a case where I need to derive a stream from 11 streams, which results in derivedStream not being able to infer the return type. I see in https://github.com/ardoq/rxbeach/blob/master/src/derivedStream.ts that the return type of derivedStream is only hard-coded for up to 10 stream arguments. If these have to be hard-coded it would be nice if more than 10 stream arguments were supported.
The text was updated successfully, but these errors were encountered:
I encountered a case where I need to derive a stream from 11 streams, which results in
derivedStream
not being able to infer the return type. I see in https://github.com/ardoq/rxbeach/blob/master/src/derivedStream.ts that the return type ofderivedStream
is only hard-coded for up to 10 stream arguments. If these have to be hard-coded it would be nice if more than 10 stream arguments were supported.The text was updated successfully, but these errors were encountered: