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

Update inaccurate example to 'of' replacement. #6939

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

snesin
Copy link
Contributor

@snesin snesin commented Apr 20, 2022

The arguments to 'of' should not be an array. When running the stackblitz, the output is:
[1, 2, 3]
1
2
3

That is the 'of' emitting the array, and the scheduled emitting each item in the array separately; not the same thing.

Description:

BREAKING CHANGE:

Related issue (if exists):

The arguments to 'of' should not be an array. When running the stackblitz, the output is:
[1, 2, 3]
1
2
3

That is the 'of' emitting the array, and the scheduled emitting each item in the array separately; not the same thing.
@cartant cartant merged commit 11c609b into ReactiveX:master Apr 23, 2022
cartant pushed a commit that referenced this pull request Apr 23, 2022
The arguments to 'of' should not be an array. When running the stackblitz, the output is:
[1, 2, 3]
1
2
3

That is the 'of' emitting the array, and the scheduled emitting each item in the array separately; not the same thing.
@cartant cartant added 7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x labels Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants