-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix send typing #1541
Fix send typing #1541
Conversation
Pull Request Test Coverage Report for Build 764
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending naming discussion
ed8b690
to
60fc49d
Compare
@cwhitten @corinagum I have updated from "send typing" to "send typing indicator". I only renamed the sample for now. Will submit another PR for renaming actions, reducers, sagas, selectors, props, and add deprecation notes. |
I approved, but just in case wait for confirmation from @cwhitten :) |
57e7b05
to
1697c62
Compare
Background
Send typing was not working because:
sendTyping
props correctlysendTyping
reducertakeEvery
instead oftakeLatest
Also added a sample to show the send typing behavior.