Nozbe / withObservables

HOC (Higher-Order Component) for connecting RxJS Observables to React Components
https://github.com/Nozbe/WatermelonDB
MIT License
68 stars 26 forks source link

Update to RxJS 6 imports and pipeable operators #66

Closed tibetsprague closed 3 years ago

tibetsprague commented 5 years ago

Because rxjs/observable/combineLatest and rxjs/operators/map don't exist as import paths in rxjs 6 and require installing the rxjs-compat package to work, which isn't a dependency of this package and adds to the bundle size: https://rxjs-dev.firebaseapp.com/guide/v6/migration

radex commented 5 years ago

Huh, that doesn’t seem right. I will investigate this in ~2 weeks

joshfarrant commented 4 years ago

@radex Any update on this? I've just run into this issue too and came here to open the same PR.

radex commented 3 years ago

Superseded by https://github.com/Nozbe/withObservables/pull/93