Redux-observable: Support rxjs v6

Created on 2 May 2018  路  4Comments  路  Source: redux-observable/redux-observable

Do you want to request a feature or report a bug?

Feature. Support for rxjs v6.

What is the current behavior?

Currently, imports are breaking. If that's all it takes to migrate it I can prepare PR myself.

Which versions of redux-observable, and which browser and OS are affected by this issue? Did this work in previous versions of redux-observable?

v.0.18.0

Most helpful comment

For RxJS 6 support you can try redux-observable@next. This will also change the store to state$, take a look at https://redux-observable.js.org/MIGRATION.html to get started.

All 4 comments

For RxJS 6 support you can try redux-observable@next. This will also change the store to state$, take a look at https://redux-observable.js.org/MIGRATION.html to get started.

@evertbouw cool I didn't know about it. Are there plans for when it's going to be released?

@jayphelps was working on Redux 4 support and a few other things. I'll let him answer

redux v4 with rxjs v6 is coming in the 1.0.0 of redux-observable, you can try it out and start the migration using npm install --save redux-observable@next, the latest next being 1.0.0-beta.1 as of this writing. 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikeRyanDev picture MikeRyanDev  路  3Comments

magnusheino picture magnusheino  路  7Comments

subhaze picture subhaze  路  4Comments

ksaldana1 picture ksaldana1  路  4Comments

fedbalves picture fedbalves  路  4Comments