ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

Closed

#3,681 opened on May 10, 2018

 (1 comment) (2 reactions) (0 assignees)TypeScript (2,990 forks)batch import
docshelp wanted

Repository metrics

Stars
 (31,707 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

RxJS version: 6.1.0

Code to reproduce:

import { ISubscription } from 'rxjs/Subscription';

Expected behavior:

import { SubscriptionLike } from 'rxjs';

Actual behavior:

No documentation for this change is mentioned in MIGRATION.md#import-paths

Additional information:

Please include an update about this breaking change https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#import-paths

Contributor guide