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
If the user switches paths while interacting with the modal, they are unable to click/x-out of it. The modal currently pushes them back to the previous window url. If this were to be re-designed, a react-modal would be really effective at solving this dilemma. However, it is possible to fix it with your implementation if you are able to capture the path the modal opened on.
The text was updated successfully, but these errors were encountered:
If the user switches paths while interacting with the modal, they are unable to click/x-out of it. The modal currently pushes them back to the previous window url. If this were to be re-designed, a react-modal would be really effective at solving this dilemma. However, it is possible to fix it with your implementation if you are able to capture the path the modal opened on.
The text was updated successfully, but these errors were encountered: