Modal starts already open

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
Since yesterday Modals (Aria Dialog Trigger + Aria Modal) starts already open when I open the web page. If i set “is open” to false from settings then I cannot close the modal by clicking on the background.

What are the reproduction steps?
Start a blank project and add a Modal component

Relevant links:
https://studio.plasmic.app/projects/6EWRWPa12JCsHdgSCiXiSr

1 Like

Hello @gionatan_cernusco, thank you for reporting! We are aware of this issue and are pushing a fix soon!

1 Like

The issue is fixed

2 Likes

It sounds like the modal’s state isn’t being properly controlled. Try checking if the default isOpen state is set correctly and ensure it’s toggled properly on user interaction. If the issue persists, inspect event listeners or any conflicting scripts affecting the modal behavior.