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
For Observable types with Optional Array elements it will be nice to have emptyIfNil extension which will return empty array if the element is nil and will return non-optional Array.