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 06ada58 commit 7348fd0Copy full SHA for 7348fd0
elements/pf-label-group/pf-label-group.ts
@@ -104,7 +104,6 @@ export class PfLabelGroup extends LitElement {
104
@query('#close-button') private _button?: HTMLButtonElement;
105
106
private get _categorySlotted(): HTMLElement[] {
107
- const isServer = typeof window === 'undefined' || !('document' in globalThis);
108
if (isServer) {
109
return [];
110
}
0 commit comments