Skip to content

Commit

Permalink
HTMLSlotElement needs SSR support
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniblock committed Feb 29, 2024
1 parent 3996e61 commit 7ba7bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tab-container-element.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const HTMLElement = globalThis.HTMLElement || (null as unknown as (typeof window)['HTMLElement'])
const HTMLSlotElement = globalThis.HTMLSlotElement || (null as unknown as (typeof window)['HTMLSlotElement'])
const manualSlotsSupported = 'assign' in HTMLSlotElement.prototype

export class TabContainerChangeEvent extends Event {
Expand Down

0 comments on commit 7ba7bad

Please sign in to comment.