Modal/Dialog content invisible in Clarity
Describe the bug Modal/Dialog content not rendering with clarity.
Screenshots We can see the dialog overlay, but not the actual content.
Project info If this is an issue happening in a specific project,
- Type: website:
- Website info: Nuxt app in SSR mode using Nuxt UI which under the hood uses Reka UI https://reka-ui.com/docs/components/dialog. Modal can be tested here https://reka-ui.com/docs/components/dialog
Browser info: All browsers/OS impacted.
Same problem here.
Not just modals. The problem happens with div elements that change display with JavaScript (Vue).
Could the problem be making visible in recording elements changes in Virtual DOM?
Should we add some additional code to get these dynamic elements? changes in Virtual DOM?
We're also not seeing some modals some of the time in recordings using a Nuxt SSR app, happy to share project info for debugging.