Skip to content

Conversation

inigay
Copy link

@inigay inigay commented Sep 13, 2018

No description provided.

@inigay
Copy link
Author

inigay commented Sep 13, 2018

Take a look at the change. The object or boolean-ish values work. Although it's still not rendering shadowRoot elements when closed is used

@karol-f
Copy link
Owner

karol-f commented Sep 13, 2018

@inigay Ach, I see. This is due to our use of shadowRoot, which is unavailable in closed mode - https://blog.revillweb.com/open-vs-closed-shadow-dom-9f3d7427d1af#f82a

We have to manually keep shadowRoot reference and change line with it's occurrence, e.g.:

rootElement.el = element.shadowRoot.children[0];

Regards!

@karol-f
Copy link
Owner

karol-f commented Oct 5, 2018

Hi, can is it possible to update the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants