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
It looks like we import BehaviorSubject only to turn it into an observable with .asObservable later. Why not just make an observable? Would shave off some weight from our bundle.
The text was updated successfully, but these errors were encountered:
It looks like we import BehaviorSubject only to turn it into an observable with .asObservable later. Why not just make an observable? Would shave off some weight from our bundle.
The text was updated successfully, but these errors were encountered: