@tanstack/react-router 1.97.21 → 1.97.24
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 +1 -1
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +1 -1
- package/dist/esm/router.js.map +1 -1
- package/package.json +2 -2
- package/src/router.ts +1 -1
package/dist/cjs/router.cjs
CHANGED
|
@@ -61,7 +61,7 @@ class Router {
|
|
|
61
61
|
var _a;
|
|
62
62
|
if (newOptions.notFoundRoute) {
|
|
63
63
|
console.warn(
|
|
64
|
-
"The notFoundRoute API is deprecated and will be removed in the next major version. See https://tanstack.com/router/v1/docs/guide/not-found-errors#migrating-from-notfoundroute for more info."
|
|
64
|
+
"The notFoundRoute API is deprecated and will be removed in the next major version. See https://tanstack.com/router/v1/docs/framework/react/guide/not-found-errors#migrating-from-notfoundroute for more info."
|
|
65
65
|
);
|
|
66
66
|
}
|
|
67
67
|
const previousOptions = this.options;
|