-
Notifications
You must be signed in to change notification settings - Fork 3k
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
‘distinct’ can't work as the description in tutorials #3069
Comments
@liuyunwei I think it works as expected. When you write for example "Hello" then clear the input and start writing the same "Hello" again it'll be ignored as expected. But if you wrote "Hello2" you'll see a new log in the console "Hello2" because you haven't written this term yet. |
The operators are fine, but the tutorials would confuse some guy.
|
as far as i'm concerned,
RxJS is not doing every thing, focus on the import part lodash for async |
This is outdated it seems. |
the test code in http://reactivex.io/rxjs/manual/tutorial.html#producing-values
When I type "hello world", it prints "hello world", is there anything wrong?
RxJS version:
5.0.3
Code to reproduce:
copy the demo codes to make a online demo
http://reactivex.io/rxjs/manual/tutorial.html#producing-values
http://jsbin.com/kiwumisoja/edit?html,js,console,output
Expected behavior:
http://reactivex.io/rxjs/manual/tutorial.html#producing-values
print "helo wrd" in console tab
Actual behavior:
print "hello world"
Additional information:
The text was updated successfully, but these errors were encountered: