redux-router-kit
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -134,2 +134,3 @@ 'use strict'; | ||
if (router.current && router.current.location.href === parsedUrl.href) { | ||
console.warn('Attempting to route to the same location is a no-op.'); | ||
return; | ||
@@ -136,0 +137,0 @@ } |
{ | ||
"name": "redux-router-kit", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Routing tools for Redux/React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -87,2 +87,3 @@ import createMiddleware from '../utils/createMiddleware'; | ||
if (router.current && router.current.location.href === parsedUrl.href) { | ||
console.warn('Attempting to route to the same location is a no-op.'); | ||
return; | ||
@@ -89,0 +90,0 @@ } |
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
369319
7820