Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

nuxt typescript HTMLElement is not defined #294

@shadow81627

Description

@shadow81627

To use this library with Nuxt and typescript I need to add this code into my nuxt.config.js.

global.HTMLElement =
    typeof window === 'undefined' ? Object : window.HTMLElement;
global.SVGElement = typeof window === 'undefined' ? Object : window.SVGElement;

nuxt/nuxt#5622 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions