-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modals not rendering when LWS security flag is active. #3127
Comments
Thanks for opening your first issue! 👋 |
The Modal renders into the body tag. I would estimate that LWS is blocking access to the body tag. You might try a different |
Hi all, do we have any news regarding the issue, I face the same problem my react app crashes. |
|
Hi All,
We are using the Modals from desing-system-react (version 0.10.54) in our proyect, we have detected that when the LWS security flag is active, the modals throw an error and it does not render.
the error leads us to ModalPortals.js. a file inside react-modal lib (version 3.14.3) imported by desing-system-react.
please can you check why its not working with LWS security?
The text was updated successfully, but these errors were encountered: