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
if (currentInStore ==='cluster'|| rootInStore ==='cluster'|| clusterInRoute) {
108
+
returnthis.clusterReady;
109
+
}
110
+
111
+
returnthis.managementReady;
112
+
},
113
+
96
114
/**
97
115
* When navigation involves unloading one cluster and loading another, clusterReady toggles from true->false->true in middleware (before new route content renders)
98
116
* Prevent rendering "outlet" until the route changes to avoid re-rendering old route content after its cluster is unloaded
0 commit comments