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
Whenever the pswipe lightbox is open, and a route change happens, the lightbox stays open.
I would expect this to close, since the component itself gets unmounted. How can I fix this?
I tried using appendToEl to append it to my app container in stead of the document body but it does not seem like this option is supported?
The text was updated successfully, but these errors were encountered:
Whenever the pswipe lightbox is open, and a route change happens, the lightbox stays open.
I would expect this to close, since the component itself gets unmounted. How can I fix this?
I tried using
appendToEl
to append it to my app container in stead of the document body but it does not seem like this option is supported?The text was updated successfully, but these errors were encountered: