Closed deepan094 closed 1 year ago
Experiencing the same. It removes the app from the DOM, even the used framework does not get informed (like unMount or something). This is a huge issue, how can I upvote?
Resolved in #190, released in https://github.com/single-spa/single-spa-layout/releases/tag/v2.1.1
The issue is that when tried to cancel navigation from /app1 to /app2 . It prevents from navigating to /app2 but ( /app1) is removed from the DOM . URL remains /app1
"single-spa": "5.9.4", "single-spa-layout": "2.1.0",
Code :
Any suggestions/advice would be greatly appreciated! @joeldenning Thank you!