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
fix(closure): Annotate next() for ReplaySubject (#5088)
Closure thinks `next()` is `UnusableType` instead of `(value: T) => void`, adding an `@override` annotation when overriding the method fixes this issue
0 commit comments