You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React is complaining about the use of componentWillMount.
Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
Please update the following components: Sticky
The text was updated successfully, but these errors were encountered:
React is complaining about the use of
componentWillMount
.The text was updated successfully, but these errors were encountered: