You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a modal using the react-spring-bottom-sheet library, a reach-portal element is added to the DOM. After closing the modal, the reach-portal element does not disappear immediately, causing the UI to become unresponsive. The UI becomes interactive again only after the reach-portal element is removed from the DOM.
Steps to Reproduce
Open a modal using react-spring-bottom-sheet.
Close the modal.
Observe that the reach-portal element remains in the DOM for some time.
Notice that the UI is blocked and unresponsive until the reach-portal element disappears from the DOM.
Expected Behavior
The reach-portal element should be removed from the DOM immediately after the modal is closed, ensuring the UI remains interactive.
Actual Behavior
The reach-portal element persists in the DOM for a few seconds after closing the modal, causing the UI to be blocked during this time.
Environment
react-spring-bottom-sheet version: 3.4.1
Browser: Chrome
OS: All
The text was updated successfully, but these errors were encountered:
Description
When opening a modal using the
react-spring-bottom-sheet
library, a reach-portal element is added to the DOM. After closing the modal, the reach-portal element does not disappear immediately, causing the UI to become unresponsive. The UI becomes interactive again only after the reach-portal element is removed from the DOM.Steps to Reproduce
react-spring-bottom-sheet
.Expected Behavior
The
reach-portal
element should be removed from the DOM immediately after the modal is closed, ensuring the UI remains interactive.Actual Behavior
The
reach-portal
element persists in the DOM for a few seconds after closing the modal, causing the UI to be blocked during this time.Environment
The text was updated successfully, but these errors were encountered: