Skip to content
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

Get rid of deprecated componentWillMount to stop React warnings #68

Closed
today- opened this issue Aug 28, 2019 · 2 comments
Closed

Get rid of deprecated componentWillMount to stop React warnings #68

today- opened this issue Aug 28, 2019 · 2 comments

Comments

@today-
Copy link

today- commented Aug 28, 2019

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

@jesusoterogomez
Copy link
Owner

Closed by #69

@jesusoterogomez
Copy link
Owner

Available in https://github.com/jesusoterogomez/react-notify-toast/releases/tag/0.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants