@tanstack/react-router 1.74.3 → 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.
@@ -1061,6 +1061,9 @@ class Router {
1061
1061
  try {
1062
1062
  await runLoader();
1063
1063
  } catch (err) {
1064
+ if (redirects.isResolvedRedirect(err)) {
1065
+ await this.navigate(err);
1066
+ }
1064
1067
  }
1065
1068
  })();
1066
1069
  } else if (status !== "success") {