-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: add usePreviousDistinct #551
Conversation
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.
Nice hook! It looks good to me, but it would need an example file for storybook and some changes on test file.
EDIT: sorry, just realize the example is already there 💯
Looks good to me! Let's see what @xobotyi @streamich think. |
LGTM too |
No, this was a good catch. I realize i hadn't even run storybook to check if the docs were picked up. I've pushed an update with the docs. |
# [11.3.0](v11.2.0...v11.3.0) (2019-08-25) ### Features * add usePreviousDistinct ([#551](#551)) ([6c3e569](6c3e569))
🎉 This PR is included in version 11.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #476