-
Notifications
You must be signed in to change notification settings - Fork 385
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
componentWillMount will be deprecated soon #285
Comments
would be cool if this would be fixed soon! |
Here is a pull request for the warning: #292 |
Since it seems this lib is dead (#291), does anyone know a worthy alternative that plays nice with React 16.11? |
Any updates on this? Thanks! |
I normally hate this kind of thing, but since React 17 is now in RC, I've forked and merged #292 as a stop gap between now and the revival of this repo. Published to npm as react-sticky-17. My apologies go out to the maintainers of this repository. |
@ebrearley: That's great, thanks for taking the initiaive! There's a note in the readme of this repo that it won't be maintained any more (since Oct 2019), so I think a fork is probably appropriate. Are you able to maintain your fork moving forward? Happy to help out if it will make the difference between a yes and a no :) |
I'm submitting a ...
In the future,
componentWillMount
is going to be deprecated. Looks like this is going to be in the next version of react, as 16.9.0-alpha.0 generates the following warning:Demo here
If you'd like, I can make a PR fixing this.
The text was updated successfully, but these errors were encountered: