Jolyn
Jolyn
I'm working on a new version of single-spa-angular that doesn't use a custom webpack builder, and so I likely won't reply to Angular issues until that is published and I...
Could you clarify what is meant by "app doesn't update state?"
Have you tried `waitForUnmount: false`? ```js unloadApplication(appName, {waitForUnmount: false}) ``` Regardless, it would be a bug if single-spa@7 unloadApplication's promise resolves but the status is still SKIP_BECAUSE_BROKEN
There is a test for this scenario at https://github.com/single-spa/single-spa/blob/7.0/spec/apps/skip-because-broken-unload/skip-because-broken-unload.spec.ts that passes on the 7.0 branch. Could you add a test that demonstrates the issue? Might be related to calling unloadApplication...