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
// router reducer @@router/LOCATION_CHANGE event and syncFullState event The events may be out of order, so we re-check route consistency after synchronizing the state.
93
118
this.history.replace(router.location);
94
119
}
120
+
this.firstRenderingSyncResolve();
95
121
}
96
122
}
97
123
);
@@ -264,10 +290,14 @@ class ReactantRouter extends BaseReactantRouter {
0 commit comments