@pinnacle0/react-stack-router
Advanced tools
Comparing version 0.1.3-beta.55 to 0.1.3-beta.56
@@ -66,3 +66,2 @@ import { Action } from "history"; | ||
this.actionsBeforeInitialized.push(() => this.push(to, option)); | ||
console.info({ actionsBeforeInitialized: this.actionsBeforeInitialized, to, option }); | ||
return; | ||
@@ -69,0 +68,0 @@ } |
{ | ||
"name": "@pinnacle0/react-stack-router", | ||
"version": "0.1.3-beta.55", | ||
"version": "0.1.3-beta.56", | ||
"author": "Pinnacle", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -109,3 +109,2 @@ import {Action} from "history"; | ||
this.actionsBeforeInitialized.push(() => this.push(to, option)); | ||
console.info({actionsBeforeInitialized: this.actionsBeforeInitialized, to, option}); | ||
return; | ||
@@ -112,0 +111,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165427
2559