Skip to content

Add possibility to mount directly into shadowRoot #18

@rybon

Description

@rybon

Instead of creating a span and mounting the React component in there, we could also just mount directly into the shadowRoot. According to this comment the event system of the latest version of React supports shadowRoot now, no retargeting needed. Retargeting is only required when mounting in a child of shadowRoot, so why not avoid the problem altogether by not using a child at all?

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