ts ignorer for updated
This commit is contained in:
@@ -334,7 +334,8 @@ export const UmbFormControlMixin = <
|
||||
}
|
||||
|
||||
updated(changedProperties: Map<string | number | symbol, unknown>) {
|
||||
super.updated(changedProperties);
|
||||
// @ts-expect-error We don't know if we are extending a lit-element:
|
||||
super.updated?.(changedProperties);
|
||||
this._runValidators();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user