@next-core/brick-kit 2.178.0 → 2.178.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.
@@ -3358,6 +3358,8 @@
3358
3358
  });
3359
3359
  }
3360
3360
  }
3361
+ var processors = brickUtils.scanProcessorsInAny(data);
3362
+ yield kernel.loadDynamicBricks([], processors);
3361
3363
  yield kernel.router.waitForUsedContext(data);
3362
3364
  return computeRealValue(data, newContext, true, {
3363
3365
  ignoreSymbols: true