mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Prevent rendering warning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user