ayano-react
Advanced tools
Comparing version 1.0.0-alpha4 to 1.0.0-alpha5
@@ -36,2 +36,7 @@ 'use strict'; | ||
this.prepare && this.prepare(); | ||
var component = Layout ? _react2.default.createElement( | ||
Layout, | ||
null, | ||
this.renderRouter() | ||
) : this.renderRouter(); | ||
Layout = Layout || function (_ref) { | ||
@@ -44,7 +49,3 @@ var children = _ref.children; | ||
{ store: this.store }, | ||
_react2.default.createElement( | ||
Layout, | ||
null, | ||
this.renderRouter() | ||
) | ||
component | ||
); | ||
@@ -51,0 +52,0 @@ }, |
@@ -130,2 +130,6 @@ 'use strict'; | ||
Request.defaultConfig = { | ||
timeout: 10000, | ||
searchParamsBuilder: searchParamsBuilder, | ||
bodyDataBuilder: bodyDataBuilder }; | ||
exports.default = Request; |
{ | ||
"name": "ayano-react", | ||
"version": "1.0.0-alpha4", | ||
"version": "1.0.0-alpha5", | ||
"description": "react app creator", | ||
@@ -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
1382310
26305