flux-router-component
Advanced tools
Comparing version 0.5.12 to 0.5.13
@@ -38,2 +38,12 @@ /** | ||
}, | ||
childContextTypes: { | ||
makePath: React.PropTypes.func | ||
}, | ||
getChildContext: function(){ | ||
var context = {}; | ||
Object.keys(RouterMixin.childContextTypes).forEach(function (key) { | ||
context[key] = (this.props.context && this.props.context[key]) || this.context[key]; | ||
}, this); | ||
return context; | ||
}, | ||
componentDidMount: function() { | ||
@@ -40,0 +50,0 @@ var self = this; |
{ | ||
"name": "flux-router-component", | ||
"version": "0.5.12", | ||
"version": "0.5.13", | ||
"description": "Router-related React component and mixin for applications with Fluxible 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
87184
27
587