rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

feat(onErrorResumeNextWith): renamed `onErrorResumeNext` and exported from the top level

Open benlesh opened this issue 3 years ago • 3 comments

The onErrorResumeNext operator is deprecated due to a rename. The rename was done so we can move all operator exports to the top level rxjs export site. We were not currently exporting that operator.

This commit also refactors to logic to be based on the creation function, which is more widely used

benlesh avatar Jan 11 '22 21:01 benlesh

This one is just one we missed. I don't like the late deprecation, but I somehow doubt the operator version of this is in wide use.

benlesh avatar Jan 11 '22 21:01 benlesh

importing.md file should be updated as well.

jakovljevic-mladen avatar Jan 12 '22 11:01 jakovljevic-mladen