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
Since we can infer from the invoked callback/errback whether the fetch succeeded or not, we shouldn't require the callback type to be Option[Identity] => Unit but Identity => Unit.
Since we can infer from the invoked callback/errback whether the fetch succeeded or not, we shouldn't require the callback type to be
Option[Identity] => UnitbutIdentity => Unit.