We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3edfb commit a9444a8Copy full SHA for a9444a8
packages/reactant-share/src/modules/router.ts
@@ -254,9 +254,6 @@ class ReactantRouter extends BaseReactantRouter {
254
timestamp: number,
255
clientId?: string
256
) {
257
- // Only update the latest routes
258
- if (this.lastRoutedTimestamp >= timestamp) return;
259
- this.lastRoutedTimestamp = timestamp;
260
this._setRouters(name, router);
261
if (name === this.portDetector.name) {
262
if (this.portDetector.isWorkerMode) {
0 commit comments