You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to render the Element into a Shadow DOM is very likely why you're seeing this error.
This is a known limitation of Elements, as the Element frames need to be able to communicate with the Light DOM. This error is explaining that the Element iframe is unreachable.
What happened?
When calling:
Where
paymentElementContainer
is anHTMLElement
, I get this runtime error:Uncaught IntegrationError: payment Element didn't mount normally.
What could cause this? I'm in a Shadow DOM, could that be the issue?
Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: