Troubleshooting

DOM Overlay not displayed

DOM Overlay support is emulated in Variant Launch by hiding all other elements on the page other than the DOM Overlay root you specify.

For this reason, its best to use a root element that isn't directly created or managed by frameworks like react or vue.

Instead consider adding your managed framework component as a child of the DOM Overlay root, or using portals.

Previous
PlayCanvas and iframes