Skip to content

Observable.fromPromise deprecated in rxjs 6  #169

@honeyspoon

Description

@honeyspoon

It seems that the Observable.fromPromise() function is deprecated in rxjs 6
Not sure what to do about it.
I forked the repo and added a fix for my setup.

Just changed
Observable.fromPromise() to from()

also had to import it
import { Observable, Subject, from } from 'rxjs';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions