Skip to content

'htmx.d.ts' is not a module #2733

@Alexerson

Description

@Alexerson

With htmx 2.0.1, I get the following error when trying to import htmx from "htmx.org";:

File './node_modules/htmx.org/dist/htmx.d.ts' is not a module.ts(2306)

I believe this is happening because the htmx.d.ts file should include export default htmx;.
Adding this line manually in the file fixes the issue.

I will create a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.0bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions