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 4392ef9 commit 8cf814bCopy full SHA for 8cf814b
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
- connectedCallback() {
41
- super.connectedCallback();
+ firstUpdated() {
42
if (!this.label) {
43
console.warn(this.tagName + ' needs a `label`', this);
44
}
0 commit comments