@xuda.io/runtime-bundle 1.0.670 → 1.0.671

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.
@@ -32081,7 +32081,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32081
32081
  let value_from_getter = bind.getter($elm[0]);
32082
32082
  let value;
32083
32083
  if (arr_value_before_cast.includes(value_from_getter)) {
32084
- value = arr_value_before_cast.filter((item) => item !== value_from_getter);
32084
+ value = arr_value_before_cast.filter((item) => !_.isEqual(item, value_from_getter));
32085
32085
  } else {
32086
32086
  arr_value_before_cast.push(value_from_getter);
32087
32087
  value = arr_value_before_cast;