rxjs-multi-scan icon indicating copy to clipboard operation
rxjs-multi-scan copied to clipboard

Update rxjs peer dependency to rxjs@"^7.0.0

Open jfloodnet opened this issue 1 year ago • 1 comments

I'm currently using this with a resolution to version 7 and it's working smoothly.

jfloodnet avatar Aug 26 '24 02:08 jfloodnet

Thank you for your interest in this package, @jfloodnet. It would be great to learn about your use cases! Feel free to reach out to me on LinkedIn or email

You are right in that the peer dependency could also support RxJS 7.x since the rxjs/operators namespace is still available, although deprecated. To support RxJS 8.x, the operator imports in the source code of multiScan should be pointed to the rxjs namespace.

LayZeeDK avatar Aug 30 '24 21:08 LayZeeDK