boring-router-react
Advanced tools
Comparing version 0.3.9 to 0.3.11
@@ -17,3 +17,5 @@ "use strict"; | ||
if (to instanceof boring_router_1.RouteMatch) { | ||
return to.$href(params); | ||
return to.$router | ||
.$(to, params) | ||
.$href(); | ||
} | ||
@@ -20,0 +22,0 @@ else { |
{ | ||
"name": "boring-router-react", | ||
"version": "0.3.9", | ||
"version": "0.3.11", | ||
"description": "A type-safe MobX router with parallel routing support.", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
}, | ||
"gitHead": "0cfb15ee48417a6b56cc9bd97fc311a6e2e6f454" | ||
"gitHead": "d2bdbf75c49c8ccee7ed4aeffe26455093788089" | ||
} |
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
54933
1134