We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
componentWillMount is marked as deprecated in React (since 16.3) and will be removed in next major version https://medium.com/@baphemot/whats-new-in-react-16-3-d2c9b7b6193b
So it's necessary to replace it in Container component: https://github.com/jesusoterogomez/react-notify-toast/blob/master/src/components/Container.js#L15
The text was updated successfully, but these errors were encountered:
Closed by #69
Sorry, something went wrong.
Available in https://github.com/jesusoterogomez/react-notify-toast/releases/tag/0.5.1
No branches or pull requests
componentWillMount
is marked as deprecated in React (since 16.3) and will be removed in next major version https://medium.com/@baphemot/whats-new-in-react-16-3-d2c9b7b6193bSo it's necessary to replace it in Container component:
https://github.com/jesusoterogomez/react-notify-toast/blob/master/src/components/Container.js#L15
The text was updated successfully, but these errors were encountered: