maishu-chitu-react
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "maishu-chitu-react", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
@@ -35,9 +35,7 @@ import React = require("react"); | ||
let action: any; | ||
if (chitu.PageMaster.isClass(_action)) { | ||
action = _action as any | ||
if (!chitu.PageMaster.isClass(_action)) { | ||
return _action(page) | ||
} | ||
else { | ||
action = _action as any | ||
} | ||
action = _action as any | ||
let app = this as Application | ||
@@ -55,3 +53,2 @@ let props: PageProps = { | ||
page.component = component | ||
return element; | ||
} | ||
@@ -58,0 +55,0 @@ } |
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
314458
1085