djorg83 / react-bootstrap-sweetalert

A React implementation of SweetAlert

Home Page:https://djorg83.github.io/react-bootstrap-sweetalert/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated methods in React 16.9.0

MarkEhr opened this issue · comments

The methods componentWillMount, componentWillReceiveProps and componentWillUpdate are deprecated and they throw a warning in React 16.9.0. They will be removed in React 17 and this component would stop working.

I fixed the deprecation warning in PR #50 and updated all the functionality to be complient with the new version.

When might this go out in a release?

I will release v5.1.0 soon. I need some time to test the new functionality and make release notes.

v5.1.0 is now available