flux-router-component
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -54,3 +54,3 @@ /** | ||
} | ||
var nav = newState.navigate || {type: newState.navigateType}; | ||
var nav = newState.route.navigate || newState.navigate; | ||
if (nav.type !== EVT_POPSTATE && nav.type !== EVT_PAGELOAD) { | ||
@@ -57,0 +57,0 @@ this._routerHistory.pushState(nav.params || null, null, newState.route.path); |
{ | ||
"name": "flux-router-component", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "Router-related React component and mixin for applications with Flux architecture", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15187