-
Notifications
You must be signed in to change notification settings - Fork 35
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(uncontrollable): Migrate unsafe lifecycle #40
Conversation
Please, merge this PS asap. It is completely annoying to see those warnings! |
I believe this requires bumping the React minimum version to |
@jquense any chance we could fast-track merging this? Would help everyone who uses |
Given that fixing properly is a breaking change using https://github.com/reactjs/react-lifecycles-compat is probably a better first step as it doesn't require a major bump and any downstream consumers would automatically get the update. I would suggest we do that first, release, and then remove bump the peer dep and cut a new major |
The minimum to use the hook is |
Ah, so that can be left as a run-time error. Okay. |
awesome thanks! |
## [7.0.2](v7.0.1...v7.0.2) (2019-10-03) ### Bug Fixes * migrate unsafe lifecycle ([#40](#40)) ([1607fff](1607fff))
🎉 This PR is included in version 7.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #32.