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
* chore: deprecate MapTo variants
Deprecating MapTo variants, as they were only wrappers around the Map variants, and added unnecessary API surface area.
related #6367resolves#6399
* chore: fix up deprecation messages
/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */
/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */
10
+
/**
11
+
* @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead.
/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */
0 commit comments