When viewing locally our pages built with Builder, the devtools causes changes to the html dom, messing up calculations crucial to displaying dropdowns with react-aria.
This issue is not present when the website is deployed and the devtools do not show up.
Detailed steps to reproduce the bug
Start a project with react-aria-components, and integrate a dropdown into a page, that has enough content to cause a scrollbar. Put the dropdown to the bottom of the page.
Scroll down, click the dropdown.
Screenshots or video link
Local:
Deployed:
Code stack you are integrating Builder with
e.g. Vite, react, Untitled UI, react-aria-components, AWS Amplify

