@douyinfe/semi-ui 2.38.2 → 2.38.3-alpha.0

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.
@@ -87609,7 +87609,7 @@ class TreeSelect extends BaseComponent {
87609
87609
  } = item && treeNodeLabelProp in item ? renderSelectedItem(item, {
87610
87610
  index,
87611
87611
  onClose
87612
- }) : null;
87612
+ }) : {};
87613
87613
  if (isNull_default()(content) || isUndefined_default()(content)) {
87614
87614
  return;
87615
87615
  }
@@ -87907,7 +87907,7 @@ class TreeSelect extends BaseComponent {
87907
87907
  } = item && treeNodeLabelProp in item ? renderSelectedItem(item, {
87908
87908
  index: idx,
87909
87909
  onClose
87910
- }) : null;
87910
+ }) : {};
87911
87911
  if (isRenderInTag) {
87912
87912
  return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement(Tag, Object.assign({}, tagProps), content);
87913
87913
  } else {