We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.useDeprecatedSyncErrorHandling
Look at this dumbness:
rxjs/src/internal/Observable.ts
Line 278 in 7be67fa
I'm not sure how I wrote that and thought "okay, this is perfect", but clearly, we are missing a test or something. haha.
Fortunately, 99.9999% of people aren't using this mode. BECAUSE IT'S BAD.
The text was updated successfully, but these errors were encountered:
cc @leggechr
Sorry, something went wrong.
fix: resolve run-time errors when using deprecated sync error handling
36f90b4
Fixes a should-be-obvious issue where we were making sure `dest` was `undefined`, then trying to set a property on it. fixes ReactiveX#6271
fix: resolve run-time errors when using deprecated sync error handling (
35daaf7
#6272) Fixes a should-be-obvious issue where we were making sure `dest` was `undefined`, then trying to set a property on it. fixes #6271
benlesh
Successfully merging a pull request may close this issue.
Look at this dumbness:
rxjs/src/internal/Observable.ts
Line 278 in 7be67fa
I'm not sure how I wrote that and thought "okay, this is perfect", but clearly, we are missing a test or something. haha.
Fortunately, 99.9999% of people aren't using this mode. BECAUSE IT'S BAD.
The text was updated successfully, but these errors were encountered: