@xuda.io/runtime-bundle 1.0.630 → 1.0.632

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.
@@ -32942,7 +32942,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
32942
32942
  // continue;
32943
32943
  // }
32944
32944
 
32945
- if (_.isEmpty(nodeP.attributes)) {
32945
+ if (_.isEmpty(nodeP.attributes || typeof nodeP.attributes === 'undefined')) {
32946
32946
  continue;
32947
32947
  }
32948
32948