We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6680625 commit b7c5d7dCopy full SHA for b7c5d7d
packages/uui-base/lib/mixins/LabelMixin.ts
@@ -37,8 +37,7 @@ export const LabelMixin = <T extends Constructor<LitElement>>(
37
@property({ type: String })
38
public label!: string;
39
40
- firstUpdated(_changedProperties: Map<string | number | symbol, unknown>) {
41
- super.firstUpdated(_changedProperties);
+ firstUpdated() {
42
if (!this.label) {
43
console.warn(this.tagName + ' needs a `label`', this);
44
}
0 commit comments