Prevent rendering warning

This commit is contained in:
Cory LaViska
2020-10-22 21:52:41 -04:00
parent f11b4b53d0
commit e6cee521ad

View File

@@ -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();