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
The problem is related to detect changes on angular projects, when you build a portal and at least two angular microfrontends, when you fire an event in the mf1 and the mf2 is listening through router change or single spa update lifecycle the mf2 doesn't updte until you interact with it.
The text was updated successfully, but these errors were encountered:
Hi Magefo - the bug you've reported here is one that we've seen periodically for about 4 years. We have put in several workarounds in the past and then taken them out when they don't quite work out. This has been previously discussed in #86
The problem is that change detection through ZoneJS + Angular is really finnicky. The way that Angular implemented zonejs via the core angular libraries actually assumes that there is only ever one angular application on the page at any point in time. Single-spa-angular goes to pretty great lengths to get angular + zonejs to not freak out about multiple angular applications. However, with all of those workarounds, things are still not perfect.
The problem is related to detect changes on angular projects, when you build a portal and at least two angular microfrontends, when you fire an event in the mf1 and the mf2 is listening through router change or single spa update lifecycle the mf2 doesn't updte until you interact with it.
The text was updated successfully, but these errors were encountered: