@next-core/brick-kit 2.117.2 → 2.117.3

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
@@ -8949,8 +8949,8 @@ class LocationContext {
8949
8949
  yield _this.preFetchMenu(route.context);
8950
8950
  yield _this.mountRoutes(route.routes, slotId, mountRoutesResult);
8951
8951
  } else if (isRouteConfOfBricks(route) && Array.isArray(route.bricks)) {
8952
- yield _this.mountBricks(route.bricks, matched.match, slotId, mountRoutesResult);
8953
- yield _this.preFetchMenu(route); // analytics data (page_view event)
8952
+ yield _this.preFetchMenu(route);
8953
+ yield _this.mountBricks(route.bricks, matched.match, slotId, mountRoutesResult); // analytics data (page_view event)
8954
8954
 
8955
8955
  if (route.analyticsData) {
8956
8956
  mountRoutesResult.analyticsData = computeRealValue(route.analyticsData, context, true);