Why can't cyclejs use api? of rxjs such as withLatestFrom,?

const http$ = search$.withLatestFrom (text$, (search, text) = > search.url + text.keyword)
for example, if you report an error withLatestFrom undefined, I chose rxjs @ cycle/rxjs-run

Menu