@xuda.io/runtime-bundle 1.0.262 → 1.0.263

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.
@@ -13768,7 +13768,7 @@ func.UI.screen.refresh_xu_attributes = async function (
13768
13768
  for await (const [attr, val] of Object.entries(item.attributes)) {
13769
13769
 
13770
13770
  if (attr === "xu-exp:xu-for" || attr === "xu-for") {
13771
- if (val.includes(field_id)) {
13771
+ if (val?.includes(field_id)) {
13772
13772
 
13773
13773
  const parent_element_ui_id = node_id
13774
13774
 
@@ -11178,7 +11178,7 @@ func.UI.screen.refresh_xu_attributes = async function (
11178
11178
  for await (const [attr, val] of Object.entries(item.attributes)) {
11179
11179
 
11180
11180
  if (attr === "xu-exp:xu-for" || attr === "xu-for") {
11181
- if (val.includes(field_id)) {
11181
+ if (val?.includes(field_id)) {
11182
11182
 
11183
11183
  const parent_element_ui_id = node_id
11184
11184