Polymer / shop

The Shop app
https://shop.polymer-project.org/
986 stars 494 forks source link

Rendering a lit-element in light DOM to use with stripe.js #216

Closed RamyXIII closed 5 years ago

RamyXIII commented 5 years ago

I have tried implementing createRenderRoot() { return this; }. But it only works if I call it on all parent elements. Is there a way around this? Here is my example