@tanstack/react-router 1.74.4 → 1.74.5

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.
@@ -1059,6 +1059,9 @@ class Router {
1059
1059
  try {
1060
1060
  await runLoader();
1061
1061
  } catch (err) {
1062
+ if (isResolvedRedirect(err)) {
1063
+ await this.navigate(err);
1064
+ }
1062
1065
  }
1063
1066
  })();
1064
1067
  } else if (status !== "success") {