flux-router-component
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -21,4 +21,10 @@ var debug = require('debug')('navigateAction'); | ||
debug('executing', payload); | ||
var route = context.router.getRoute(payload.path, {navigate: payload}); | ||
var options = { | ||
navigate: payload, | ||
method: payload.method | ||
}; | ||
var route = context.router.getRoute(payload.path, options); | ||
if (!route) { | ||
@@ -25,0 +31,0 @@ var err = new Error('Url does not exist'); |
{ | ||
"name": "flux-router-component", | ||
"version": "0.4.5", | ||
"version": "0.4.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
29273
444