mobx-router-3
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -124,3 +124,3 @@ 'use strict'; | ||
_context.next = 10; | ||
return this.currentView.beforeExit(this.currentView, currentParams, store, currentQueryParams); | ||
return this.currentView.beforeExit(this.currentView, currentParams, store, currentQueryParams, nextPath); | ||
@@ -152,3 +152,3 @@ case 10: | ||
_context.next = 20; | ||
return view.beforeEnter(view, currentParams, store, currentQueryParams); | ||
return view.beforeEnter(view, currentParams, store, currentQueryParams, nextPath); | ||
@@ -175,3 +175,3 @@ case 20: | ||
rootViewChanged && this.currentView && this.currentView.onExit && this.currentView.onExit(this.currentView, currentParams, store, currentQueryParams); | ||
rootViewChanged && this.currentView && this.currentView.onExit && this.currentView.onExit(this.currentView, currentParams, store, currentQueryParams, nextPath); | ||
@@ -178,0 +178,0 @@ this.currentView = view; |
{ | ||
"name": "mobx-router-3", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A simple router for MobX", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
35681