@tanstack/react-router 1.74.5 → 1.74.6

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.
@@ -787,8 +787,9 @@ class Router {
787
787
  handleRedirectAndNotFound(this.getMatch(matchId), err);
788
788
  }
789
789
  updateMatch(matchId, (prev) => {
790
- var _a3;
790
+ var _a3, _b3;
791
791
  (_a3 = prev.beforeLoadPromise) == null ? void 0 : _a3.resolve();
792
+ (_b3 = prev.loadPromise) == null ? void 0 : _b3.resolve();
792
793
  return {
793
794
  ...prev,
794
795
  error: err,