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
The Observable's initialValue constructor param is marked as optional. This can make the code unpredictable as developers can forget to pass an initial value.
We might want to change the initialValue param to required and introduce a new LateInitObservable
The text was updated successfully, but these errors were encountered:
The Observable's
initialValue
constructor param is marked as optional. This can make the code unpredictable as developers can forget to pass an initial value.We might want to change the
initialValue
param to required and introduce a newLateInitObservable
The text was updated successfully, but these errors were encountered: