Skip to content

Does it work with ShadowDOM? #5

@voronianski

Description

@voronianski

I'm experiencing troubles with rendering popup inside ShadowDOMed component. It just never renders.

<ShadowDOM>
  <div>
    <style type="text/css">{styles}</style>
    <div>Some text</div>

    <Portal open={true}>
      <h2>FOOO BAR</h2>
    </Portal>
  </div>
</ShadowDOM>

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