@tanstack/react-router 1.62.0 → 1.62.1

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.
@@ -953,7 +953,8 @@ class Router {
953
953
  updateMatch(matchId, (prev) => ({
954
954
  ...prev,
955
955
  isFetching: loaderRunningAsync ? prev.isFetching : false,
956
- loaderPromise: void 0
956
+ loaderPromise: void 0,
957
+ invalid: false
957
958
  }));
958
959
  })()
959
960
  );