Skip to content

Make Rx a peer dependency

Compare
Choose a tag to compare
@staltz staltz released this 19 Oct 18:05
· 3131 commits to master since this release

Breaking change

RxJS is not anymore bundled inside Cycle Core. Instead, it is an npm peer dependency. You need to install both Cycle Core and RxJS: npm install rx @cycle/core.

Before After
import {Rx} from '@cycle/core'; import Rx from 'rx';