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