Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

fix a bug in `manySelect` #1522

Open neilvyas opened 6 years ago

neilvyas commented 6 years ago

See the corresponding issue/PR in RxPy. This should fix #1358 as well.

I'm not a JS developer and don't use this library, but I thought I would contribute at least this much so y'all are aware. In the RxPy PR, I also updated the test coverage so that the bug in master was made apparent, which we should do here as well.