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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Due to the impending changes to RxJS in v7, there will be some changes made to ObservableMedia. This is because in the next version, RxJS no longer allows extending of Observable (since it's being changed to a function instead of a class).
One option we will explore is simply migrating to the CDK's BreakpointObserver. Another will be wrapping the observable in another class (possibly still called ObservableMedia just with a different way of accessing the Observable).
This notice is as much open for discussion as it is for getting the news out there. RxJS v7 is still a ways away, but the earlier we plan and explore options, the better the user experience for everyone.