minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 65 forks source link

Renamed unsafe lifecycles #53

Closed Sabir001 closed 5 years ago

Sabir001 commented 5 years ago

componentWillMount has been changed. In React 17.x, only the UNSAFE_ name will work.

In the future, you can use componentDidMount instead of componentWillMount.

Also, have to update the react version.