#surgical
1 messages · Page 1 of 1 (latest)
Happy to help. Can you tell me more about what you are trying to do here?
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