@tanstack/react-router 1.74.5 → 1.74.6
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.
- package/dist/cjs/router.cjs +2 -1
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +2 -1
- package/dist/esm/router.js.map +1 -1
- package/package.json +1 -1
- package/src/router.ts +1 -0
package/dist/esm/router.js
CHANGED
|
@@ -785,8 +785,9 @@ class Router {
|
|
|
785
785
|
handleRedirectAndNotFound(this.getMatch(matchId), err);
|
|
786
786
|
}
|
|
787
787
|
updateMatch(matchId, (prev) => {
|
|
788
|
-
var _a3;
|
|
788
|
+
var _a3, _b3;
|
|
789
789
|
(_a3 = prev.beforeLoadPromise) == null ? void 0 : _a3.resolve();
|
|
790
|
+
(_b3 = prev.loadPromise) == null ? void 0 : _b3.resolve();
|
|
790
791
|
return {
|
|
791
792
|
...prev,
|
|
792
793
|
error: err,
|