Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Components map only works with explicit closing tags (when using multiple adjacent component instances) #1261

@ArthurClemens

Description

@ArthurClemens

If a custom component reads the tag video, this does not work:

<video id="1" />
<video id="2" />

but this does:

<video id="1"></video>
<video id="2"></video>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions