You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/collections): ConnectableObservable incorrectly inferred as data source (#25526)
The `isDataSource` function determines that something is a data source by checking if it has a `connect` method. The problem is that rxjs has a `ConnectableObservable` which also has a `connect` method and which gets incorrectly identified as a data source.
Fixes#25483.
0 commit comments