@xuda.io/runtime-bundle 1.0.1095 → 1.0.1096

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.
@@ -34575,6 +34575,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34575
34575
  if (ret.has_xu_render_attribute) {
34576
34576
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34577
34577
  }
34578
+ temp_$div.replaceWith($div);
34578
34579
  return $div;
34579
34580
  }
34580
34581
  };