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:
react-dom.development.js:11963 Warning: componentWillMount is deprecated and
will be removed in the next major version. Use componentDidMount instead. As a
temporary workaround, you can rename to UNSAFE_componentWillMount.
Please update the following components: Sticky
Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks
Demo here
If you'd like, I can make a PR fixing this.
I'm submitting a ...
In the future,
componentWillMountis 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.