#surgical

1 messages · Page 1 of 1 (latest)

humble coyoteBOT
bitter seal
#

Happy to help. Can you tell me more about what you are trying to do here?

mystic wing
#

Hi,

#

we are buiding web comopnents via stenciljs. within one of our components, were building a checkout component which is going to include stripe elements, and this checkkout component uses the shadow dom. it seems stripe elemnts doesnt render if it's within a shadowdom, and I'm trying to find if this is just not allowed, and the closest article I can find is https://stackoverflow.com/questions/69793342/stripe-elements-cannot-be-mounted-in-a-shadowroot-please-mount-in-the-light-dom

#

but this is quite old, and maybe its not possible

autumn thorn
#

👋

#

Pretty sure shadow dom isn't supported

#

But let me double check

#

Yeah confirmed -- our library does not support using the shadow DOM so that won't work here.