@tanstack/router-core 1.121.12 → 1.121.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -778,7 +778,7 @@ class RouterCore {
778
778
  }, pendingMs);
779
779
  }
780
780
  await existingMatch.beforeLoadPromise;
781
- executeBeforeLoad = this.getMatch(matchId).status !== "success";
781
+ executeBeforeLoad = this.getMatch(matchId).status === "error";
782
782
  }
783
783
  if (executeBeforeLoad) {
784
784
  try {