@next-core/brick-kit 2.206.0 → 2.206.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -5974,7 +5974,7 @@ function startPoll(task, _ref, pollOptions, context) {
|
|
|
5974
5974
|
leadingRequestDelay,
|
|
5975
5975
|
continueOnError,
|
|
5976
5976
|
delegateLoadingBar
|
|
5977
|
-
} = computeRealValue(pick(pollOptions, ["interval", "leadingRequestDelay", "continueOnError", "delegateLoadingBar"]), context);
|
|
5977
|
+
} = computeRealValue(pick(pollOptions, ["interval", "leadingRequestDelay", "continueOnError", "delegateLoadingBar"]), context, true);
|
|
5978
5978
|
var currentRenderId = _internalApiGetRouterRenderId();
|
|
5979
5979
|
var currentTimeoutId;
|
|
5980
5980
|
function poll() {
|