Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ba7bad

Browse files
committed
HTMLSlotElement needs SSR support
1 parent 3996e61 commit 7ba7bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tab-container-element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const HTMLElement = globalThis.HTMLElement || (null as unknown as (typeof window)['HTMLElement'])
2+
const HTMLSlotElement = globalThis.HTMLSlotElement || (null as unknown as (typeof window)['HTMLSlotElement'])
23
const manualSlotsSupported = 'assign' in HTMLSlotElement.prototype
34

45
export class TabContainerChangeEvent extends Event {

0 commit comments

Comments
 (0)