@next-core/brick-kit 2.178.16 → 2.178.17

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.
@@ -11933,11 +11933,15 @@
11933
11933
  if (route && route.type !== "routes" || failed) {
11934
11934
  var _this3$kernel$bootstr3, _this3$kernel$bootstr4, _getAuth$license;
11935
11935
  yield pendingTask;
11936
+ window.DISABLE_REACT_FLUSH_SYNC = false;
11936
11937
  main.length > 0 && mountTree(main, mountPoints.main);
11937
11938
  portal.length > 0 && mountTree(portal, mountPoints.portal);
11938
11939
  afterMountTree(mountPoints.main);
11939
11940
  afterMountTree(mountPoints.portal);
11940
11941
  afterMountTree(mountPoints.bg);
11942
+ setTimeout(() => {
11943
+ window.DISABLE_REACT_FLUSH_SYNC = true;
11944
+ });
11941
11945
 
11942
11946
  // Scroll to top after each rendering.
11943
11947
  // See https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/docs/guides/scroll-restoration.md