Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fromObservable): use Symbol.observable to get observable
In fromObservable, use Symbol.observable if present to get observable. If not present,treat received object as a subscribable (current behaviour).
- Loading branch information