@tanstack/react-router 0.0.1-beta.227 → 0.0.1-beta.228
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/build/cjs/Matches.js +0 -4
- package/build/cjs/Matches.js.map +1 -1
- package/build/esm/index.js +0 -3
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +281 -287
- package/build/umd/index.development.js +0 -3
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +2 -2
- package/src/Matches.tsx +0 -4
|
@@ -1017,9 +1017,6 @@
|
|
|
1017
1017
|
routesById
|
|
1018
1018
|
} = useRouter();
|
|
1019
1019
|
const route = routesById[match.routeId];
|
|
1020
|
-
if (match.id.split('/').length === 4) {
|
|
1021
|
-
console.log(match.id, pick(match, ['status', 'cause', 'isFetching']));
|
|
1022
|
-
}
|
|
1023
1020
|
if (match.status === 'error') {
|
|
1024
1021
|
throw match.error;
|
|
1025
1022
|
}
|