Prevent rendering warning

pull/261/head
Cory LaViska 2020-10-22 21:52:41 -04:00
rodzic f11b4b53d0
commit e6cee521ad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -71,7 +71,7 @@ export class Alert {
this.handleTransitionEnd = this.handleTransitionEnd.bind(this);
}
componentDidLoad() {
componentWillLoad() {
// Show on init if open
if (this.open) {
this.show();