Closed cohancarpentier closed 4 years ago
A pr for fixing would be very appreciateš
A pr for fixing would be very appreciateš
Well, the problem is that on unmount, I get this error:
TypeError: can't access property "cssRules", container is null
Coming from JSS:
Does that ring a bell?
čæč”åę„éļ¼angular ę ę³ę¾ē¤ŗ锵é¢
Here is the fix I found (for now):
single-spa-angular
to^4.1.0
main.qiankun.ts
toimport { singleSpaAngular, getSingleSpaExtraProviders } from 'single-spa-angular';
and add:
platformBrowserDynamic(getSingleSpaExtraProviders()).bootstrapModule(AppModule);
If you'd like, I can submit a PR. Thanks for the work on Qiankun!