x-ui-design 0.3.87 → 0.3.88

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.
package/dist/index.esm.js CHANGED
@@ -3089,7 +3089,6 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3089
3089
  }
3090
3090
  }, [autoClearSearchValue, prefixCls]);
3091
3091
  useEffect(() => {
3092
- console.log(hasMode ? checkModeInitialValue : initialValue);
3093
3092
  setSelected(hasMode ? checkModeInitialValue : initialValue);
3094
3093
  }, [checkModeInitialValue, hasMode, initialValue]);
3095
3094
  useEffect(() => {