Skip to content

Self-closing component tags are not properly supported #46

@dar-clgo

Description

@dar-clgo

Example:
<component [input]="context"/><component2 [input]="context"/>
Renders as:
<component [input]="context"><component2 [input]="context"></component2></component>
When it should render as:
<component [input]="context"></component><component2 [input]="context"></component2>

They both get rendered, but one becomes the child of the other

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions