@tanstack/router-core 1.120.17 → 1.120.19

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.
@@ -1248,6 +1248,7 @@ class RouterCore {
1248
1248
  pendingMatches: (_a = s.pendingMatches) == null ? void 0 : _a.map(invalidate)
1249
1249
  };
1250
1250
  });
1251
+ this.shouldViewTransition = false;
1251
1252
  return this.load({ sync: opts == null ? void 0 : opts.sync });
1252
1253
  };
1253
1254
  this.resolveRedirect = (err) => {