@next-core/brick-kit 2.206.0 → 2.206.1

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.
@@ -5972,7 +5972,7 @@
5972
5972
  leadingRequestDelay,
5973
5973
  continueOnError,
5974
5974
  delegateLoadingBar
5975
- } = computeRealValue(_.pick(pollOptions, ["interval", "leadingRequestDelay", "continueOnError", "delegateLoadingBar"]), context);
5975
+ } = computeRealValue(_.pick(pollOptions, ["interval", "leadingRequestDelay", "continueOnError", "delegateLoadingBar"]), context, true);
5976
5976
  var currentRenderId = _internalApiGetRouterRenderId();
5977
5977
  var currentTimeoutId;
5978
5978
  function poll() {