@tanstack/react-router 0.0.1-beta.218 → 0.0.1-beta.219
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/RouterProvider.js +0 -1
- package/build/cjs/RouterProvider.js.map +1 -1
- package/build/esm/index.js +0 -1
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +261 -261
- package/build/umd/index.development.js +0 -1
- 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/RouterProvider.tsx +0 -5
|
@@ -1715,7 +1715,6 @@
|
|
|
1715
1715
|
if (typeof shouldReloadDeps === 'object') {
|
|
1716
1716
|
// compare the deps to see if they've changed
|
|
1717
1717
|
shouldReload = !deepEqual(shouldReloadDeps, match.shouldReloadDeps);
|
|
1718
|
-
console.log(shouldReloadDeps, match.shouldReloadDeps, shouldReload);
|
|
1719
1718
|
match.shouldReloadDeps = shouldReloadDeps;
|
|
1720
1719
|
} else {
|
|
1721
1720
|
shouldReload = !!shouldReloadDeps;
|