-
-
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(useWait): remove useWait hook #711
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.
Shall we make it a breaking change? I.e. delay merging until we release next major.
@streamich i'm pretty sure that all react-wait users are using directly react-wait's hook. |
b9dc43a
to
d7c38bd
Compare
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.
Thanks!
# [13.0.0](v12.13.0...v13.0.0) (2019-11-01) * Merge pull request #711 from streamich/remove-react-wait ([8d40f18](8d40f18)), closes [#711](#711) ### Features * remove useRefMounted hook ([ad74d3d](ad74d3d)) * **useRefMounted:** remove obsolete hook; ([dc364c8](dc364c8)) * **useWait:** removed from package due to it is simple reexport of other package; ([d7c38bd](d7c38bd)) ### BREAKING CHANGES * useWait hook has been removed from react-use * deprecated useRefMounted hook is now removed, use useMountedState hook instead
🎉 This PR is included in version 13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As an implementation of #708