seer-dynamic-component
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -101,3 +101,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
_context.next = 3; | ||
return loadRealComponent(targetComp, id, "components_", relativePath); | ||
return loadRealComponent(targetComp, id, "components_", "componentsIn", relativePath); | ||
@@ -121,3 +121,3 @@ case 3: | ||
}); | ||
targetRoute && injectReducers.push(_this2.injectReducer(targetRoute, reducers[i], injectReducer)); | ||
targetRoute && injectReducers.push(_this2.injectReducer(targetRoute, reducers[i], injectReducer, relativePath)); | ||
}; | ||
@@ -168,3 +168,3 @@ | ||
value: function () { | ||
var _injectReducer2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(targetRoute, reducerId, _injectReducer) { | ||
var _injectReducer2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(targetRoute, reducerId, _injectReducer, relativePath) { | ||
var reducerComp; | ||
@@ -176,3 +176,3 @@ return regeneratorRuntime.wrap(function _callee3$(_context3) { | ||
_context3.next = 2; | ||
return loadRealComponent(targetRoute, reducerId, "reducer_", "moduleIns"); | ||
return loadRealComponent(targetRoute, reducerId, "reducer_", "moduleIns", relativePath); | ||
@@ -194,3 +194,3 @@ case 2: | ||
function injectReducer(_x3, _x4, _x5) { | ||
function injectReducer(_x3, _x4, _x5, _x6) { | ||
return _injectReducer2.apply(this, arguments); | ||
@@ -197,0 +197,0 @@ } |
{ | ||
"name": "seer-dynamic-component", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
15780