politie / sherlock

A reactive programming library for JavaScript applications, built with TypeScript.
Apache License 2.0
39 stars 11 forks source link

Update to latest RxJS version #235

Closed guidoderooij closed 5 months ago

guidoderooij commented 5 months ago

Updated RxJS to the latest version and updated some deprecated calls. Besides that the compiler was complaining about Type 'unknown' is not assignable to type 'string'. To fix this I added types (fromObservable).

Notes: