Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Providing more than 10 streams to derivedStream results in a stream of type Observable<unknown> #533

Open
OyvindSabo opened this issue Oct 21, 2022 · 0 comments

Comments

@OyvindSabo
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant