gor181 / react-notification-system-redux

Redux wrapper for react-notification-system
MIT License
324 stars 59 forks source link

react-notification-system Warning with React 16.0.9 #76

Open michael-ecb opened 5 years ago

michael-ecb commented 5 years ago

Hi,

after React update we get a warning, react-notification-system use "componentWillMount" method but it cause warning: Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

thanks

Saibamen commented 4 years ago

@gor181: Do you have time to fix this?