-
Notifications
You must be signed in to change notification settings - Fork 5
Does not recognized Observable as result when Observable is from an other RxJS version #5
Comments
I realised that the rxjs version issue is larger: I have a project using rxjs5. rxjs6 being a So actually, even with using * I was able to get rxjs5 and rxjs6+reactive-graphql when I opened this issue by manually installing rxjs6 in A solution to use rxjs5 side by side with reactive-graphql would be (in addition to use |
I misunderstood the issue and thought you were talking about minor versions.
There are two side effects
I would advice to use rxjs compat with rxjs 6 in your project |
As this is no problem in this project, I'll close the issue. Feel free to reopen |
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Yes, I think I'll just move to rxjs6 indeed Could have been cool if the APIs were independent of any Observable implementation as soon as user provides Observables that follow the standard. But no idea if it's possible and that's an other topic anyway.. |
I have a project that uses
reactive-graphql
and a different version ofrxjs
. The resolvers that uses other version of rxjs are not recognized as an observable.Probably because of this line. I'd say we should rather use rxjs.isObservable.
The text was updated successfully, but these errors were encountered: