@xuda.io/runtime-bundle 1.0.1138 → 1.0.1139

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.
@@ -27850,7 +27850,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27850
27850
  return done();
27851
27851
  }
27852
27852
  for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
27853
- if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27853
+ // if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27854
+ if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27854
27855
  continue;
27855
27856
  }
27856
27857