Skip to content
New issue

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

feat: remove deprecated observable symbol export (#4466) #7361

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Oct 27, 2023

BREAKING CHANGE: observable (the Symbol.observable symbol instance) is no longer exported. Use a polyfill like symbol-observable, or use Symbol.observable ?? '@@observable' as a workaround.

BREAKING CHANGE: `observable` (the `Symbol.observable` symbol instance) is no longer exported. Use a polyfill like `symbol-observable`, or use `Symbol.observable ?? '@@observable'` as a workaround.
@benlesh benlesh force-pushed the remove-symbol-observable-export branch from 89b712e to d652b6a Compare November 10, 2023 21:28
@benlesh benlesh merged commit 40d493e into ReactiveX:master Nov 10, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant