@tanstack/react-router
Advanced tools
Comparing version 1.77.4 to 1.77.5
@@ -60,3 +60,3 @@ import * as React from "react"; | ||
const fromLocation = router.state.resolvedLocation; | ||
const pathChanged = fromLocation.href !== toLocation.href; | ||
const pathChanged = fromLocation.pathname !== toLocation.pathname; | ||
router.emit({ | ||
@@ -75,3 +75,3 @@ type: "onLoad", | ||
const fromLocation = router.state.resolvedLocation; | ||
const pathChanged = fromLocation.href !== toLocation.href; | ||
const pathChanged = fromLocation.pathname !== toLocation.pathname; | ||
router.emit({ | ||
@@ -89,3 +89,3 @@ type: "onBeforeRouteMount", | ||
const fromLocation = router.state.resolvedLocation; | ||
const pathChanged = fromLocation.href !== toLocation.href; | ||
const pathChanged = fromLocation.pathname !== toLocation.pathname; | ||
router.emit({ | ||
@@ -92,0 +92,0 @@ type: "onResolved", |
{ | ||
"name": "@tanstack/react-router", | ||
"version": "1.77.4", | ||
"version": "1.77.5", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1589657