Skip to content

Attribute on root element isn't working #1

@dobschal

Description

@dobschal
 return html`
        <dialog ${state.value.isCategoriesModalOpen ? "open" : ""}>
            <div class="vertical">

this will throw an error like:

@dobschal_html__js.js?v=c94d6668:244 Uncaught Error: Fatal: Could not find placeholder for argument: 0
    at default (CategoriesModal.ts:17:12)
    at default (Layout.ts:37:11)
    at main.ts:24:16

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions